fix: player display bug, continue
This commit is contained in:
parent
2c60e46ad8
commit
a7eec709eb
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user