Add:Saving progress for PDF ebooks #1791

This commit is contained in:
advplyr 2023-05-24 16:41:16 -05:00
parent b4aa8f0c9a
commit 36477a832c
5 changed files with 125 additions and 82 deletions

View file

@ -10,7 +10,7 @@ class MediaProgress {
this.isFinished = false
this.hideFromContinueListening = false
this.ebookLocation = null // current cfi tag
this.ebookLocation = null // cfi tag for epub, page number for pdf
this.ebookProgress = null // 0 to 1
this.lastUpdate = null