ebb-earl-co / tidal-wave

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

Album's Credits #84

Closed ebb-earl-co closed 6 months ago

ebb-earl-co commented 6 months ago

Up to this point, there has been track.Track.get_credits(), fetching data from TIDAL's API endpoint /track//credits. This pull request adds an analogous method to album.Album: album.Album.set_album_credits().

ebb-earl-co commented 6 months ago

Another change, and this one a long time coming: in requesting.py, the argument identifier that was common to all requesting.request_* functions are renamed to the specific identifier required. E.g. in requesting.request_albums(), it takes album_id: int as an argument instead of the generic identifier.