ebb-earl-co / tidal-wave

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

Temporarily Patch Playlist and Mix More-Than-100-Items NoneType Error #95

Closed ebb-earl-co closed 4 months ago

ebb-earl-co commented 4 months ago

Even though the requests for a mix's or playlist's items accepts a limit parameter, and that value is set to the maximum, 100, if the playlist or mix is comprised of more than 100 items, all N > 100 items are returned, with the 101+ items being None. This pull request slaps a Band-aid on this problem, simply filtering out any None playlist or mix item responses.