Update const.py

This commit is contained in:
thomaslty
2021-11-05 19:00:19 +08:00
committed by GitHub
parent 3e48071f60
commit 46a3c45cbc

View File

@@ -132,5 +132,6 @@ CONFIG_DEFAULT_SETTINGS = {
'OVERRIDE_AUTO_WAIT': False,
'CHUNK_SIZE': 50000,
'SPLIT_ALBUM_DISCS': False,
'DOWNLOAD_REAL_TIME': False
'DOWNLOAD_REAL_TIME': False,
'LANGUAGE': 'en'
}