fix audio playback
This commit is contained in:
parent
4055e10a4e
commit
aa333d4a60
4 changed files with 7 additions and 6 deletions
|
@ -394,7 +394,7 @@
|
|||
|
||||
$('.videoChaptersPopup').on('click', '.mediaPopupOption', function () {
|
||||
|
||||
var ticks = parseInt(this.getAttribute('data-positionticks'));
|
||||
var ticks = parseInt(this.getAttribute('data-positionticks') || '0');
|
||||
|
||||
self.changeStream(ticks);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue