diff --git a/pages/item/_id.vue b/pages/item/_id.vue index bd5a4b41..f8a898ea 100644 --- a/pages/item/_id.vue +++ b/pages/item/_id.vue @@ -26,7 +26,7 @@
- + play_arrow {{ isPlaying ? 'Playing' : 'Play Local' }} @@ -37,7 +37,7 @@
- + play_arrow {{ isPlaying ? (isStreaming ? 'Streaming' : 'Playing') : hasLocal ? 'Play Local' : 'Play Stream' }} @@ -48,7 +48,7 @@ {{ downloadItem ? 'downloading' : 'download' }} - +
@@ -358,7 +358,7 @@ export default { }, async toggleFinished() { this.isProcessingReadUpdate = true - if (this.isLocal || this.localEpisode) { + if (this.isLocal) { var isFinished = !this.userIsFinished var localMediaProgressId = this.localLibraryItemId console.log('toggleFinished local media progress id', localMediaProgressId, isFinished)