added a description and removed redundant output of progressbar

This commit is contained in:
Hellow
2023-04-04 17:59:08 +02:00
parent afc3c859b0
commit f970950aea
4 changed files with 12 additions and 10 deletions

View File

@@ -85,3 +85,6 @@ DEFAULT_VALUES = {
"song": "Various Song",
"album_type": "Other"
}
# size of the chunks that are streamed
CHUNK_SIZE = 1024