aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorSouLSLayeR <espilioto@users.noreply.github.com>2022-03-28 20:42:06 +0300
committerGitHub <noreply@github.com>2022-03-28 20:42:06 +0300
commit6dc8fa20260535aafba16242d36cd053222b5d3f (patch)
treeae27cd95322a6bc1b739848e7aba247ab049bae3 /docs
parent345dd6c194a588ab038a8cb46846f74f4b96650e (diff)
downloadhomer-6dc8fa20260535aafba16242d36cd053222b5d3f.tar.gz
homer-6dc8fa20260535aafba16242d36cd053222b5d3f.tar.zst
homer-6dc8fa20260535aafba16242d36cd053222b5d3f.zip
Update customservices.md
Diffstat (limited to 'docs')
-rw-r--r--docs/customservices.md2
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```