scgough
scgough

Reputation: 5252

MPMediaPlaylist - delete a song

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

Answers (0)

Related Questions