mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01:00
Added comment to force premium
This commit is contained in:
parent
0adc774158
commit
6616fd30f4
@ -24,7 +24,7 @@ SESSION: Session = None
|
||||
ROOT_PATH = "ZSpotify Music/"
|
||||
SKIP_EXISTING_FILES = True
|
||||
MUSIC_FORMAT = "mp3" # or "ogg"
|
||||
FORCE_PREMIUM = False
|
||||
FORCE_PREMIUM = False # set to True if not detecting your premium account automatically
|
||||
sanitize = ["\\", "/", ":", "*", "?", "'", "<", ">", '"']
|
||||
|
||||
# miscellaneous functions for general use
|
||||
|
Loading…
Reference in New Issue
Block a user