Post

Replies

Boosts

Views

Activity

Reply to limit on .api.library.playlists()?
From the raw endpoint https://developer.apple.com/documentation/applemusicapi/get_all_library_playlists it seems unlikely you'll be able to fetch more than 100 playlists. You can paginate through the results using "offset" in your params object or by using the "next" link returned (though I haven't found a nice way of using the "next" link directly with MusicKit JS, aside from crafting a request manually).
Feb ’20