diff --git a/frontend/src/components/forms/Channel.jsx b/frontend/src/components/forms/Channel.jsx index 574c5d3a..ae466a57 100644 --- a/frontend/src/components/forms/Channel.jsx +++ b/frontend/src/components/forms/Channel.jsx @@ -242,6 +242,7 @@ const ChannelForm = ({ channel = null, isOpen, onClose }) => { formik.resetForm(); setTvgFilter(''); setLogoFilter(''); + setChannelStreams([]); // Ensure streams are cleared when adding a new channel } }, [channel, tvgsById, channelGroups]);