From 23c53247f7bf28df85b11ff9d9d4c33eb8ac376a Mon Sep 17 00:00:00 2001 From: el-gringo-alto <22480930+el-gringo-alto@users.noreply.github.com> Date: Sun, 24 Oct 2021 22:24:05 -0400 Subject: [PATCH] Config file is removed from the repository --- .gitignore | 3 +++ zs_config.json | 11 ----------- 2 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 zs_config.json 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