Commit c5a89b6
committed
Return created and favorited playlists when getting favorited playlists
Previously TIDAL returned both favorited and created playlists when
using the /users/USER_ID/favorites/playlists endpoint, this is not
the case anymore, and TIDAL instead has the new 50-limit endpoint
/users/USER_ID/playlistsAndFavoritePlaylists. This commit adds the
lists together using current functions for backwards compatibility1 parent 251ed48 commit c5a89b6
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
411 | 419 | | |
412 | 420 | | |
413 | 421 | | |
| |||
0 commit comments