Reputation: 5252
Is it possible to delete a song from a MPMediaPlaylist
playlist?
I have the ability to get all the songs in a list:
NSArray *songs = [playlist items];
Can I loop through this with a given productID
and delete the item?
Upvotes: 1
Views: 265