AVQueuePlayerPrevious
AVQueuePlayerPrevious copied to clipboard
For iOS: a subclass of AVQueuePlayer that allows for the previous song in a queue to be played (functionality which is not present in the default AVQueuePlayer)
Hey! Thanks for the class that you've made. Was really handy for a project I've been working on. Just something I noticed as part of my usage of this class...
you call addObserver so you need to call removeObserver somewhere
Why am I losing objects from the itemsForPlayer ? When i do advanceToNextItem I lose one.