fixed change in parameter names of spotdl

This commit is contained in:
2023-06-07 15:56:46 +02:00
parent 007727c127
commit ab7fd7390a
+1 -1
View File
@@ -24,5 +24,5 @@ def download_playlist(playlist: dict) -> None:
os.chdir(playlist_dir) os.chdir(playlist_dir)
command = f"spotdl {playlist['external_urls']['spotify']} --output-format {playlist['file_type']}" command = f"spotdl {playlist['external_urls']['spotify']} --format {playlist['file_type']}"
os.system(command) os.system(command)