Add:Progress for comics #738

This commit is contained in:
advplyr 2023-06-11 11:12:52 -05:00
parent c8b5cefeb5
commit 543ac209e4
7 changed files with 236 additions and 51 deletions

View file

@ -483,9 +483,9 @@ export default {
readBook() {
if (this.localLibraryItem?.media?.ebookFile) {
// Has local ebook file
this.$store.commit('openReader', this.localLibraryItem)
this.$store.commit('showReader', { libraryItem: this.localLibraryItem, keepProgress: true })
} else {
this.$store.commit('openReader', this.libraryItem)
this.$store.commit('showReader', { libraryItem: this.libraryItem, keepProgress: true })
}
},
playAtTimestamp(seconds) {