fix: player display bug, continue

This commit is contained in:
Terry Geng 2020-05-19 21:53:08 +08:00
parent 2c60e46ad8
commit a7eec709eb
No known key found for this signature in database
GPG Key ID: F982F8EA1DF720E7

View File

@ -236,7 +236,7 @@ function checkForPlaylistUpdate() {
updatePlaylist();
} else {
playlist_current_index = data.current_index;
updatePlayerInfo(playlist_items[data.current_index]);
updatePlayerInfo(playlist_items[data.current_index - data.start_from]);
displayActiveItem(data.current_index);
}
}