Merge branch 'master' into ios-downloads

This commit is contained in:
ronaldheft 2022-08-16 16:56:47 -04:00
commit 7c5ee940d3
50 changed files with 840 additions and 361 deletions

View file

@ -211,7 +211,9 @@ export default {
this.$eventBus.$emit('play-item', {
libraryItemId: this.localLibraryItemId,
episodeId: this.localEpisode.id
episodeId: this.localEpisode.id,
serverLibraryItemId: this.libraryItemId,
serverEpisodeId: this.episode.id
})
} else {
this.$eventBus.$emit('play-item', {