Open sorrelj opened 5 years ago
+1
Any updates on this issue?
I'm sure you all are smart enough to figure this out, but I figured I'd suggest reversing whatever array of song ids you are passing into the enqueueTrackUri
function.
I'm sure you all are smart enough to figure this out, but I figured I'd suggest reversing whatever array of song ids you are passing into the
enqueueTrackUri
function.
@ChopinDavid can you please elaborate on that? does the enqueueTrackUri
method work for you?
I am trying to enqueue songs using...
self.appRemote.playerAPI?.enqueueTrackUri(trackURI, callback: nil)
and the songs are added in First in Last Out order rather than First in First Out which is expected from a queue.
Any help is appreciated. Thanks