Add Prev/Next buttons on podcast editing

This commit is contained in:
mfcar 2023-03-04 19:04:55 +00:00
parent 12f231b886
commit 72396c5a98
No known key found for this signature in database
5 changed files with 166 additions and 10 deletions

View file

@ -281,6 +281,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)
@ -314,4 +316,4 @@ export default {
.episode-leave-active {
position: absolute;
}
</style>
</style>