mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-22 11:44:33 +02:00
Add:Podcast item page play button to play next unfinished episode #139
This commit is contained in:
parent
a5f483f518
commit
95e070a897
3 changed files with 69 additions and 14 deletions
|
@ -199,7 +199,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', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue