diff options
author | SouLSLayeR <espilioto@users.noreply.github.com> | 2022-03-28 20:42:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 20:42:06 +0300 |
commit | 6dc8fa20260535aafba16242d36cd053222b5d3f (patch) | |
tree | ae27cd95322a6bc1b739848e7aba247ab049bae3 | |
parent | 345dd6c194a588ab038a8cb46846f74f4b96650e (diff) | |
download | homer-6dc8fa20260535aafba16242d36cd053222b5d3f.tar.gz homer-6dc8fa20260535aafba16242d36cd053222b5d3f.tar.zst homer-6dc8fa20260535aafba16242d36cd053222b5d3f.zip |
Update customservices.md
-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 | ``` |