MPPlayableContentManager reload specific range?

Hello!


I am aware of beginUpdates and endUpdates on MPPlayableContentManager, but the thing is I am not going to change title on a MPContentItem, but I will add more MPContentItems or remove existing ones from a specific range. For example, I show favorite items and those items may be removed from the favorites or more items may get favorited. In that case I am trying to understand if I can just make it reload the data in specifix indexPath range. Otherwise it seems like I must reloadData to construct everything from scratch which will reload all other root level containers too..


Any ideas?