fix: audio format is replaced completely
This commit is contained in:
@@ -203,7 +203,7 @@ class Pages:
|
|||||||
|
|
||||||
self._download_song(data_object, naming={
|
self._download_song(data_object, naming={
|
||||||
"genre": [genre],
|
"genre": [genre],
|
||||||
"audio_format": main_settings["audio_format"],
|
"audio_format": [main_settings["audio_format"]],
|
||||||
})
|
})
|
||||||
|
|
||||||
return download_result
|
return download_result
|
||||||
|
|||||||
Reference in New Issue
Block a user