Merge pull request #2663 from JKI12/master

Fixes resuming of books
This commit is contained in:
Bill Thornton
2021-06-11 01:37:27 -04:00
committed by GitHub
+1 -1
View File
@@ -203,7 +203,7 @@ export class PdfPlayer {
const percentageTicks = options.startPositionTicks / 10000;
if (percentageTicks !== 0) {
this.loadPage(percentageTicks);
this.loadPage(percentageTicks + 1);
this.progress = percentageTicks;
} else {
this.loadPage(1);