diff --git a/frontend/src/components/forms/EPG.jsx b/frontend/src/components/forms/EPG.jsx index b2ea9e1e..b94fadcd 100644 --- a/frontend/src/components/forms/EPG.jsx +++ b/frontend/src/components/forms/EPG.jsx @@ -93,7 +93,6 @@ const SDSettings = ({ sourceId, customProperties }) => { }; const handleLogoChange = (style) => { - if (!useSDLogos) return; setLogoStyle(style); saveSetting('logo_style', style); };