Calling ._get_id isn't required in new spotipy versions

This commit is contained in:
Ritiek Malhotra
2020-05-10 18:16:57 +05:30
parent b958212805
commit 819bb87fc2
4 changed files with 20 additions and 34 deletions

View File

@@ -31,8 +31,10 @@ All the below changes were made as a part of #690.
- Display a combined *download & encode* progress bar.
### Changed
- Tracks are now downloaded in the current working directory (instead of Music directory)
- **[Breaking]** Tracks are now downloaded in the current working directory (instead of Music directory)
by default.
- **[Breaking]** Short for `--album` is now `-a` instead of `-b`.
- **[Breaking]** Short for `--all-albums` is now `-aa` instead of `-ab`.
- Allow "&" character in filenames.
- **[Breaking]** Merge parameters `-ff` and `-f` to `-f` (`--output-file`).
- **[Breaking]** Do not prefix formats with a dot when specifying `-i` and `-o` parameters