fix queue index jumping when enabling shuffle

This commit is contained in:
2024-10-19 15:18:34 +02:00
parent b8faeef189
commit b10aeed1f8

View File

@@ -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;