Merge pull request #597 from arthurlutz/patch-1

[spotdl] generate_m3u only takes track_file as argument
This commit is contained in:
Ritiek Malhotra
2019-08-25 11:03:01 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added leading Zeros in `track_number` for correct sorting ([@Dsujan](https://github.com/Dsujan)) (#592)
### Fixed
-
- Generate list error --write-m3u ([@arthurlutz](https://github.com/arthurlutz)) (#559)
### Changed
- Fetch lyrics from Genius and fallback to LyricWikia if not found ([@ritiek](https://github.com/ritiek)) (#585)

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(