fix player playback pos update

This commit is contained in:
2024-10-19 14:24:22 +02:00
parent 360cc7c206
commit dc2327af33

View File

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