ArgPlayer icon indicating copy to clipboard operation
ArgPlayer copied to clipboard

Skip-Forward button after loadPlaylist() throws an error

Open GhostInTheSteiner opened this issue 2 years ago • 0 comments

If I use .loadPlaylist() without calling .playLoadedPlaylist() right after, ArgPlayer throws an Exception upon (manually) pressing the Play-button and skipping to the next track:

image

You can check out the complete code in my most recent commit on Composition Compass:

SHA-1: 03f81fac44ca5cc52a1af263a9be257e958405c0

* Player WIP; still broken due to usage of loadPlaylist instead of playLoadedPlaylist

IMO .playLoadedPlaylist() should not be required, and only be used if you want to programmatically start a playback of the playlist. That's why I see this behavior as a bug.

GhostInTheSteiner avatar May 25 '22 08:05 GhostInTheSteiner