mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
Update:Continue Reading and Read Again home page shelves for ebook only items #1782
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user