mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-09 13:29:37 +00:00
New data model Book media type contains Audiobooks updates
This commit is contained in:
parent
1dde02b170
commit
c4eeb1cfb7
30 changed files with 347 additions and 247 deletions
|
|
@ -97,7 +97,7 @@ export default {
|
|||
},
|
||||
userAudiobook() {
|
||||
if (!this.libraryItemId) return
|
||||
return this.$store.getters['user/getUserAudiobook'](this.libraryItemId)
|
||||
return this.$store.getters['user/getUserLibraryItemProgress'](this.libraryItemId)
|
||||
},
|
||||
userAudiobookCurrentTime() {
|
||||
return this.userAudiobook ? this.userAudiobook.currentTime || 0 : 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue