1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Disabled search provider per default and moved around some things

This commit is contained in:
Krateng
2019-08-22 22:17:04 +02:00
parent 2101b56b8c
commit 5d9ecc0557
3 changed files with 8 additions and 7 deletions

View File

@@ -18,8 +18,8 @@ CACHE_EXPIRE_NEGATIVE = 30 # after how many days negative results should be trie
CACHE_EXPIRE_POSITIVE = 300 # after how many days positive results should be refreshed
# Can be 'YouTube', 'YouTube Music', 'Google Play Music', 'Spotify', 'Tidal', 'SoundCloud', 'Deezer', 'Amazon Music'
# Leave empty to disable
TRACK_SEARCH_PROVIDER = "YouTube"
# Omit or set to none to disable
TRACK_SEARCH_PROVIDER = None
[Database]