Config file is removed from the repository

This commit is contained in:
el-gringo-alto 2021-10-24 22:24:05 -04:00
parent bcdb07593a
commit 23c53247f7
2 changed files with 3 additions and 11 deletions

3
.gitignore vendored
View File

@ -151,3 +151,6 @@ ZSpotify\ Podcasts/
# Intellij
.idea
# Config file
zs_config.json

View File

@ -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
}