fix: player display bug, continue
This commit is contained in:
parent
2c60e46ad8
commit
a7eec709eb
@ -236,7 +236,7 @@ function checkForPlaylistUpdate() {
|
|||||||
updatePlaylist();
|
updatePlaylist();
|
||||||
} else {
|
} else {
|
||||||
playlist_current_index = data.current_index;
|
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);
|
displayActiveItem(data.current_index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user