ebb-earl-co / tidal-wave

Waving at the TIDAL music service
Apache License 2.0
38 stars 2 forks source link

Retrieval of Artist's Works Does Not Respect `--no-extra-files` Flag #79

Closed ebb-earl-co closed 7 months ago

ebb-earl-co commented 7 months ago

When adding the --no-extra-files flag in version 2024.2.1, it was overlooked that, in artist.py, the artist.Artist.get_albums() method failed to pass the no_extra_flags variable into album.Album.get_album() that is called inside.

ebb-earl-co commented 7 months ago

Fixed with #80