Remove success toast on podcast episodes removed #4606

This commit is contained in:
advplyr 2025-08-19 16:50:43 -05:00
parent dc7045c562
commit 9987d219f8

View file

@ -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')
}