mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 04:54:23 +00:00
fix queue index jumping when enabling shuffle
This commit is contained in:
@@ -184,6 +184,7 @@
|
||||
getDetails();
|
||||
notificationHandler.emit( 'playlist-update', playlist.value );
|
||||
}
|
||||
notificationHandler.emit( 'playlist-index-update', player.getQueueID() );
|
||||
getDetails();
|
||||
} else if ( action === 'forward' ) {
|
||||
clickCountForward.value += 1;
|
||||
|
||||
Reference in New Issue
Block a user