FUMR / tidal-async

Python Tidal streaming service unofficial API in async fashion supporting OAuth2 authentication
GNU Lesser General Public License v2.1
21 stars 4 forks source link

`Playlist.tracks` and `Album.tracks` are now `AsyncGenerator`s #28

Closed JuniorJPDJ closed 3 years ago

JuniorJPDJ commented 3 years ago

also fixed some typos, changed some TODOs and added playlist testing

JuniorJPDJ commented 3 years ago

Oh, thank you :D I just wanted you to see it (you wrote previous version of Playlist.tracks) before I do merge of master, but I see you fixed it for me.