diff --git a/.gitignore b/.gitignore index ea24040c..65696cee 100644 --- a/.gitignore +++ b/.gitignore @@ -151,3 +151,6 @@ ZSpotify\ Podcasts/ # Intellij .idea + +# Config file +zs_config.json diff --git a/zs_config.json b/zs_config.json deleted file mode 100644 index b5dbb919..00000000 --- a/zs_config.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "ROOT_PATH": "../ZSpotify Music/", - "ROOT_PODCAST_PATH": "../ZSpotify Podcasts/", - "SKIP_EXISTING_FILES": true, - "DOWNLOAD_FORMAT": "mp3", - "FORCE_PREMIUM": false, - "ANTI_BAN_WAIT_TIME": 1, - "OVERRIDE_AUTO_WAIT": false, - "CHUNK_SIZE": 50000, - "SPLIT_ALBUM_DISCS": false -} \ No newline at end of file