[spotdl] generate_m3u only takes track_file as argument

Fixes #559
This commit is contained in:
Arthur Lutz
2019-08-23 12:34:29 +02:00
committed by GitHub
parent cfbf97c028
commit 5242285637

View File

@@ -29,7 +29,7 @@ def match_args():
elif const.args.list:
if const.args.write_m3u:
youtube_tools.generate_m3u(
track_file=const.args.list, text_file=const.args.write_to
track_file=const.args.list
)
else:
list_dl = downloader.ListDownloader(