Services may be disabled from config

This commit is contained in:
2019-06-18 16:36:45 -05:00
parent b105dd649d
commit 52265c4f3e
4 changed files with 9 additions and 3 deletions

View File

@@ -4,10 +4,14 @@ language = string(default="system")
[services]
[[tidal]]
enabled = boolean(default=True)
username = string(default="")
password = string(default="")
quality=string(default="lossless")
[[youtube]]
transcode = boolean(default=True)
enabled = boolean(default=True)
transcode = boolean(default=True)
[[zaycev.net]]
enabled = boolean(default=True)