mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-07-14 16:02:24 +00:00
Fix podcast page returning item progress
This commit is contained in:
parent
d7be01935f
commit
23220ecae6
1 changed files with 1 additions and 0 deletions
|
|
@ -292,6 +292,7 @@ export default {
|
|||
return this.$store.getters['user/getToken']
|
||||
},
|
||||
userItemProgress() {
|
||||
if (this.isPodcast) return null
|
||||
if (this.isLocal) return this.$store.getters['globals/getLocalMediaProgressById'](this.libraryItemId)
|
||||
return this.$store.getters['user/getUserMediaProgress'](this.libraryItemId)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue