AVQueuePlayerPrevious
AVQueuePlayerPrevious copied to clipboard
Does this work?
Why am I losing objects from the itemsForPlayer ?
When i do advanceToNextItem I lose one.
Alright! It does work. I had to use the
initWithItems
instead of
insertItem
to make it work.
Good job
Glad to hear you got it working! I'll take a look at the code and see if I can figure out what the problem is - did you originally use init and then call insertItem and no item was added?
Thanks,
Dan Giovannelli
On Wednesday, August 27, 2014, timcoat [email protected] wrote:
Alright! It does work. I had to use the
initWithItems
instead of
insertItem
to make it work.
Good job
— Reply to this email directly or view it on GitHub https://github.com/dgiovann/AVQueuePlayerPrevious/issues/1#issuecomment-53641446 .
That is correct.
Thanks for the work on this class.
On Aug 27, 2014, at 6:31 PM, Dan Giovannelli [email protected] wrote:
Glad to hear you got it working! I'll take a look at the code and see if I can figure out what the problem is - did you originally use init and then call insertItem and no item was added?
Thanks,
Dan Giovannelli
On Wednesday, August 27, 2014, timcoat [email protected] wrote:
Alright! It does work. I had to use the
initWithItems
instead of
insertItem
to make it work.
Good job
— Reply to this email directly or view it on GitHub https://github.com/dgiovann/AVQueuePlayerPrevious/issues/1#issuecomment-53641446 .
— Reply to this email directly or view it on GitHub.
Is this bug fixed ? Can't play previous with Init.