Added experimental support to VK

This commit is contained in:
2020-07-10 17:38:30 -05:00
parent bcd3b7b36e
commit 561660b700
3 changed files with 95 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ include_albums = boolean(default=True)
include_compilations = boolean(default=True)
include_singles = boolean(default=True)
[[vk]]
enabled = boolean(default=True)
max_results = integer(default=20)
[[youtube]]
enabled = boolean(default=True)
max_results = integer(default=20)