mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix audio playback
This commit is contained in:
parent
4055e10a4e
commit
aa333d4a60
4 changed files with 7 additions and 6 deletions
|
@ -246,7 +246,7 @@
|
|||
$('.chapterMenu', page).on('click', '.chapterPosterItem', function () {
|
||||
|
||||
if (currentPlayer) {
|
||||
var ticks = this.getAttribute('data-positionticks');
|
||||
var ticks = this.getAttribute('data-positionticks') || '0';
|
||||
|
||||
currentPlayer.seek(parseInt(ticks));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue