Hey Austin, if I navigate to "music://" in Safari it will open the Music app. Maybe that's it?
Post
Replies
Boosts
Views
Activity
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).