ebb-earl-co / tidal-wave

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

Handle album 404 #50

Closed ebb-earl-co closed 7 months ago

ebb-earl-co commented 7 months ago

The main purpose of this PR is to add short-circuit returns in the get_metadata() method of the various TIDAL media classes. This is because hitting a 404 of the album/artist/mix/playlist/track/video cascaded errors in the subsequent steps (see #49) and that's just not good programming.