From 6616fd30f40cd0a32575e27718ca90593fecf708 Mon Sep 17 00:00:00 2001 From: Footsiefat <12180913+Footsiefat@users.noreply.github.com> Date: Wed, 20 Oct 2021 08:22:12 +1300 Subject: [PATCH] Added comment to force premium --- zspotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zspotify.py b/zspotify.py index 76899363..783349bc 100644 --- a/zspotify.py +++ b/zspotify.py @@ -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