Added comment to force premium

This commit is contained in:
Footsiefat 2021-10-20 08:22:12 +13:00
parent 0adc774158
commit 6616fd30f4

View File

@ -24,7 +24,7 @@ SESSION: Session = None
ROOT_PATH = "ZSpotify Music/" ROOT_PATH = "ZSpotify Music/"
SKIP_EXISTING_FILES = True SKIP_EXISTING_FILES = True
MUSIC_FORMAT = "mp3" # or "ogg" MUSIC_FORMAT = "mp3" # or "ogg"
FORCE_PREMIUM = False FORCE_PREMIUM = False # set to True if not detecting your premium account automatically
sanitize = ["\\", "/", ":", "*", "?", "'", "<", ">", '"'] sanitize = ["\\", "/", ":", "*", "?", "'", "<", ">", '"']
# miscellaneous functions for general use # miscellaneous functions for general use