diff --git a/MusicPlayerV2-GUI/src/components/playerView.vue b/MusicPlayerV2-GUI/src/components/playerView.vue index 40366f9..58dbe79 100644 --- a/MusicPlayerV2-GUI/src/components/playerView.vue +++ b/MusicPlayerV2-GUI/src/components/playerView.vue @@ -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;