diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customservices.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 6850bbb..7d47542 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -63,18 +63,18 @@ Two lines are needed in the config.yml : | |||
63 | The url must be the root url of Medusa application. | 63 | The url must be the root url of Medusa application. |
64 | The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API. | 64 | The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API. |
65 | 65 | ||
66 | ## Sonarr/Radarr | 66 | ## Lidarr, Sonarr and Radarr |
67 | 67 | ||
68 | This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Radarr/Sonarr application. | 68 | This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Radarr or Sonarr application. |
69 | Two lines are needed in the config.yml : | 69 | Two lines are needed in the config.yml : |
70 | 70 | ||
71 | ```yaml | 71 | ```yaml |
72 | type: "Radarr" or "Sonarr" | 72 | type: "Lidarr", "Radarr" or "Sonarr" |
73 | apikey: "01234deb70424befb1f4ef6a23456789" | 73 | apikey: "01234deb70424befb1f4ef6a23456789" |
74 | ``` | 74 | ``` |
75 | 75 | ||
76 | The url must be the root url of Radarr/Sonarr application. | 76 | The url must be the root url of Lidarr, Radarr or Sonarr application. |
77 | The Radarr/Sonarr API key can be found in Settings > General. It is needed to access the API. | 77 | The Lidarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API. |
78 | 78 | ||
79 | ## PaperlessNG | 79 | ## PaperlessNG |
80 | 80 | ||