EbbLabs/python-tidal

Playlists are not listed with v 0.8.4

Closed this issue · 1 comments

Just upgraded to v. 0.8.4, but no playlist is returned when I call:

# Request a list of all playlist
plist = self.core.playlists.as_list()

Downgrading to 0.8.3, things are working back.

@fmarzocca As always, thank you for rigorously testing mopidy-tidal and tidalapi 🥇

Looks like the v2 endpoint does not support a chunk size of >50 items, but mopidy uses 100 per default so this breaks everything.

Changing it to 50 (Default value) fixes the problem. I will update mopidy-tidal accordingly.