diff options
-rw-r--r-- | docs/customservices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index dead8ce..49798a8 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -159,7 +159,7 @@ You need to set the type to Emby, provide an api key and choose which stats to s | |||
159 | - name: "Emby" | 159 | - name: "Emby" |
160 | logo: "assets/tools/sample.png" | 160 | logo: "assets/tools/sample.png" |
161 | url: "http://192.168.0.151/" | 161 | url: "http://192.168.0.151/" |
162 | type: "Portainer" | 162 | type: "Emby" |
163 | apikey: "MY-SUPER-SECRET-API-KEY" | 163 | apikey: "MY-SUPER-SECRET-API-KEY" |
164 | libraryType: "music" #Choose which stats to show. Can be one of: music, series or movies. | 164 | libraryType: "music" #Choose which stats to show. Can be one of: music, series or movies. |
165 | ``` | 165 | ``` |