From 01a75c3e235dc7e5ed87733e82bc85b4f133e1fe Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Thu, 15 May 2025 16:14:15 +0100 Subject: [PATCH] settings: add jellyseerr wiki link, clarify API key src An API key is shown in Jellyseerr's setup which is actually for Jellyfin. I (and I imagine other users have) copied it expecting it was for Jellyseerr and was surprised the app didn't work. It's now clarified in the API Key setting description to get it from the first tab in Jellyseerr, and not the "Jellyfin" tab. --- config/config-base.yaml | 3 ++- go.sum | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/config-base.yaml b/config/config-base.yaml index a4a2f9a..16a021f 100644 --- a/config/config-base.yaml +++ b/config/config-base.yaml @@ -1292,6 +1292,7 @@ sections: on account creation, and to automatically link contact methods (email, discord and telegram). A template must be added to a User Profile for accounts to be created. + wiki_link: https://wiki.jfa-go.com/docs/external-services/jellyseerr/ settings: - setting: enabled name: Enabled @@ -1318,7 +1319,7 @@ sections: requires_restart: true type: text depends_true: enabled - description: API Key. Get this from the first tab in Jellyseerr's settings. + description: API Key. Get this from the first tab in Jellyseerr's settings (NOT the "Jellyfin" tab!) - setting: import_existing name: Import existing users to Jellyseerr requires_restart: true diff --git a/go.sum b/go.sum index 68f46b1..c9c85b6 100644 --- a/go.sum +++ b/go.sum @@ -205,8 +205,6 @@ github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg= github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= -github.com/hrfee/mediabrowser v0.3.24 h1:cT5+X3bZeaSBQFevMYkFIw6JJ8nW7Myvb+11a2/THMA= -github.com/hrfee/mediabrowser v0.3.24/go.mod h1:PnHZbdxmbv1wCVdAQyM7nwPwpVj9fdKx2EcET7sAk+U= github.com/hrfee/mediabrowser v0.3.25 h1:UxpSSTmr5q12gKfeOR2ommvA/xhrP2rxVWmpWjDPRUY= github.com/hrfee/mediabrowser v0.3.25/go.mod h1:PnHZbdxmbv1wCVdAQyM7nwPwpVj9fdKx2EcET7sAk+U= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=