From 3449469ecec2af668d36da6f7927504e62ea7250 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Mon, 20 Jul 2026 22:04:24 +0000 Subject: [PATCH] fix(epg): Update descriptions for poster fetching and debugging options in SDSettings --- frontend/src/components/forms/EPG.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/forms/EPG.jsx b/frontend/src/components/forms/EPG.jsx index 16fbbf4e..a3fa71f8 100644 --- a/frontend/src/components/forms/EPG.jsx +++ b/frontend/src/components/forms/EPG.jsx @@ -273,7 +273,7 @@ const SDSettings = ({ sourceId, customProperties }) => { handlePosterToggle(e.currentTarget.checked)} disabled={saving} @@ -298,7 +298,7 @@ const SDSettings = ({ sourceId, customProperties }) => { handleExtraDebuggingToggle(e.currentTarget.checked)} disabled={saving}