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=