You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
GhostInTheSteiner
changed the title
Play-button after loadPlaylist() throws an error
Skip-Forward button after loadPlaylist() throws an error
May 25, 2022
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:
You can check out the complete code in my most recent commit on Composition Compass:
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.
The text was updated successfully, but these errors were encountered: