Merge pull request #1581 from mfcar/improvePodcastEditing

Improve podcast editing
This commit is contained in:
advplyr 2023-03-05 12:28:12 -06:00 committed by GitHub
commit aef2c52630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 194 additions and 30 deletions

View file

@ -287,6 +287,8 @@ export default {
this.showPodcastRemoveModal = true
},
editEpisode(episode) {
const episodeIds = this.episodesSorted.map((e) => e.id)
this.$store.commit('setEpisodeTableEpisodeIds', episodeIds)
this.$store.commit('setSelectedLibraryItem', this.libraryItem)
this.$store.commit('globals/setSelectedEpisode', episode)
this.$store.commit('globals/setShowEditPodcastEpisodeModal', true)