Added more settings in Tidal

This commit is contained in:
2019-07-08 16:43:31 -05:00
parent 69452b69bd
commit 207a7110ef
2 changed files with 29 additions and 16 deletions

View File

@@ -9,6 +9,9 @@ enabled = boolean(default=True)
username = string(default="")
password = string(default="")
quality=string(default="high")
include_albums = boolean(default=True)
include_compilations = boolean(default=True)
include_singles = boolean(default=True)
[[youtube]]
enabled = boolean(default=True)