mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 10:35:42 +02:00
Add:Progress for comics #738
This commit is contained in:
parent
c8b5cefeb5
commit
543ac209e4
7 changed files with 236 additions and 51 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue