mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-13 07:24:55 +02:00
Fix:Play button loading indicator when offline #990
This commit is contained in:
parent
023c83ee78
commit
ecf910dc55
4 changed files with 12 additions and 6 deletions
|
@ -127,6 +127,8 @@ export default {
|
|||
},
|
||||
playerIsStartingForThisMedia() {
|
||||
const mediaId = this.$store.state.playerStartingPlaybackMediaId
|
||||
if (!mediaId) return false
|
||||
|
||||
return mediaId === this.episode?.id
|
||||
},
|
||||
itemProgress() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue