aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/customservices.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/customservices.md')
-rw-r--r--docs/customservices.md10
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 :
63The url must be the root url of Medusa application. 63The url must be the root url of Medusa application.
64The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API. 64The 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
68This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Radarr/Sonarr application. 68This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Radarr or Sonarr application.
69Two lines are needed in the config.yml : 69Two 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
76The url must be the root url of Radarr/Sonarr application. 76The url must be the root url of Lidarr, Radarr or Sonarr application.
77The Radarr/Sonarr API key can be found in Settings > General. It is needed to access the API. 77The 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