From 9987d219f85a8b0d96eb2ed237bee9e15023c288 Mon Sep 17 00:00:00 2001 From: advplyr Date: Tue, 19 Aug 2025 16:50:43 -0500 Subject: [PATCH] Remove success toast on podcast episodes removed #4606 --- client/components/modals/podcast/RemoveEpisode.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/modals/podcast/RemoveEpisode.vue b/client/components/modals/podcast/RemoveEpisode.vue index b2cebe84..0222528e 100644 --- a/client/components/modals/podcast/RemoveEpisode.vue +++ b/client/components/modals/podcast/RemoveEpisode.vue @@ -94,7 +94,6 @@ export default { } this.processing = false - this.$toast.success(`${this.episodes.length} episode${this.episodes.length > 1 ? 's' : ''} removed`) this.show = false this.$emit('clearSelected') }