fix: audio format is replaced completely
This commit is contained in:
parent
0096dfe5cb
commit
ea4c73158e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user