Update:Syncing playback time when media item is open in player

This commit is contained in:
advplyr
2023-06-19 12:37:44 -05:00
parent b4bf10d409
commit ff4f8324e7
25 changed files with 149 additions and 177 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export default {
})
},
streaming() {
return !!this.playableBooks.find((b) => this.$store.getters['getIsItemStreaming'](b.id))
return !!this.playableBooks.find((b) => this.$store.getters['getIsMediaStreaming'](b.id))
},
showPlayButton() {
return this.playableBooks.length