diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customservices.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 91c4051..9317907 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -84,9 +84,9 @@ If you are using an older version of Radarr or Sonarr which don't support the ne | |||
84 | ```yaml | 84 | ```yaml |
85 | - name: "Radarr" | 85 | - name: "Radarr" |
86 | type: "Radarr" | 86 | type: "Radarr" |
87 | url: "http://localhost:8989/" | 87 | url: "http://localhost:7878/" |
88 | apikey: "MY-SUPER-SECRET-API-KEY" | 88 | apikey: "MY-SUPER-SECRET-API-KEY" |
89 | target: "_blank" # optional html tag target attribute | 89 | target: "_blank" |
90 | legacyApi: true | 90 | legacyApi: true |
91 | ``` | 91 | ``` |
92 | 92 | ||