The new MusicLibraryRequest<Playlist>()
is great to get all the user's playlists but I have not found a way to exclude a specific type of playlist. For example; I wish to only get playlists that the user owns and can add content to (so this would exclude Smart and Curated playlists)
I did find the Playlist.Kind
enum, but I can't seem to apply this to the request, and it doesn't seem to have an option for smart playlists.
So in short:
Is there any way I can exclude Smart- and Curated Playlists from a MusicLibraryRequest