Update play button on list book to check if player is starting

This commit is contained in:
advplyr
2025-07-05 18:06:24 -05:00
parent 80b565c23f
commit 2f3a9a5d96
2 changed files with 19 additions and 3 deletions
+1
View File
@@ -260,6 +260,7 @@ export default {
return null
},
ebookFile() {
if (!this.media) return null
// ebook file id is passed when reading a supplementary ebook
if (this.ebookFileId) {
return this.selectedLibraryItem.libraryFiles.find((lf) => lf.ino === this.ebookFileId)