1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove the timer from progress saving for epubs

This commit is contained in:
Patrick Farwick 2022-01-19 23:04:57 +00:00
parent 22d6c99f44
commit d4907ac522

View file

@ -312,7 +312,7 @@ export class BookPlayer {
epubElem.style.display = 'block';
rendition.on('relocated', (locations) => {
this.progress = book.locations.percentageFromCfi(locations.start.cfi);
Events.trigger(this, 'timeupdate');
Events.trigger(this, 'pause');
});
loading.hide();