mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 22:04:08 +02:00
Add:Progress for comics #738
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user