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

Make Playlist._fetch_items call just one request #11

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Playlist.tracks should call _fetch_items multiple times in LOOP (don't do recursion like that PLZ @wvffle)


_This issue has been automatically created by todo-actions based on a TODO comment found in tidal_async/api.py:203. It will automatically be closed when the TODO comment is removed from the default branch (master)._