diff --git a/MusicPlayerV2-GUI/src/components/playerView.vue b/MusicPlayerV2-GUI/src/components/playerView.vue index 541087e..ed49f1d 100644 --- a/MusicPlayerV2-GUI/src/components/playerView.vue +++ b/MusicPlayerV2-GUI/src/components/playerView.vue @@ -434,6 +434,7 @@ if ( pos.value > 0 && !hasStarted ) { getDetails(); playingSong = player.getPlayingSong(); + pos.value = player.getPlaybackPos(); prepNiceDurationTime( playingSong ); notificationHandler.emit( 'playlist-index-update', currentlyPlayingSongIndex.value ); notificationHandler.emit( 'playback-update', isPlaying.value );