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:
parent
22d6c99f44
commit
d4907ac522
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ export class BookPlayer {
|
||||||
epubElem.style.display = 'block';
|
epubElem.style.display = 'block';
|
||||||
rendition.on('relocated', (locations) => {
|
rendition.on('relocated', (locations) => {
|
||||||
this.progress = book.locations.percentageFromCfi(locations.start.cfi);
|
this.progress = book.locations.percentageFromCfi(locations.start.cfi);
|
||||||
Events.trigger(this, 'timeupdate');
|
Events.trigger(this, 'pause');
|
||||||
});
|
});
|
||||||
|
|
||||||
loading.hide();
|
loading.hide();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue