Add episode updated translation for podcast match #4606

This commit is contained in:
advplyr 2025-08-19 16:52:50 -05:00
parent 9987d219f8
commit e4b9ac5446
2 changed files with 2 additions and 1 deletions

View file

@ -114,7 +114,7 @@ export default {
.$patch(`/api/podcasts/${this.libraryItem.id}/episode/${this.episodeId}`, updatePayload)
.then(() => {
this.isProcessing = false
this.$toast.success('Podcast episode updated')
this.$toast.success(this.$strings.ToastPodcastEpisodeUpdated)
this.$emit('selectTab', 'details')
})
.catch((error) => {