Update:Continue Reading and Read Again home page shelves for ebook only items #1782

This commit is contained in:
advplyr 2023-05-27 08:20:09 -05:00
parent 1da471e136
commit 3e4c94e2b4
16 changed files with 132 additions and 95 deletions

View file

@ -57,7 +57,7 @@ class MediaProgress {
}
get inProgress() {
return !this.isFinished && (this.progress > 0 || this.ebookLocation != null)
return !this.isFinished && (this.progress > 0 || (this.ebookLocation != null && this.ebookProgress > 0))
}
setData(libraryItemId, progress, episodeId = null) {