AVQueuePlayerPrevious icon indicating copy to clipboard operation
AVQueuePlayerPrevious copied to clipboard

Does this work?

Open timothyjeffcoat opened this issue 10 years ago • 4 comments

Why am I losing objects from the itemsForPlayer ?

When i do advanceToNextItem I lose one.

timothyjeffcoat avatar Aug 27 '14 20:08 timothyjeffcoat

Alright! It does work. I had to use the

initWithItems

instead of

insertItem

to make it work.

Good job

timothyjeffcoat avatar Aug 27 '14 21:08 timothyjeffcoat

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 .

dgiovann avatar Aug 28 '14 00:08 dgiovann

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.

timothyjeffcoat avatar Aug 28 '14 02:08 timothyjeffcoat

Is this bug fixed ? Can't play previous with Init.

senthilsivanath avatar May 03 '16 11:05 senthilsivanath