From 5ff95d6393f5a389d940692f3875f48593da264e Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Tue, 22 Jul 2025 10:09:25 -0600 Subject: [PATCH] Update M3U8TestPart.tsx --- src/pages/parts/admin/M3U8TestPart.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/parts/admin/M3U8TestPart.tsx b/src/pages/parts/admin/M3U8TestPart.tsx index dca5d73f..f792542b 100644 --- a/src/pages/parts/admin/M3U8TestPart.tsx +++ b/src/pages/parts/admin/M3U8TestPart.tsx @@ -50,7 +50,7 @@ export function M3U8ProxyItem(props: {

{props.name}

{props.errorText ?

{props.errorText}

: null} - {urlWithoutProtocol ?

{urlWithoutProtocol}

: null} + {urlWithoutProtocol ?

{urlWithoutProtocol}

: null}{" "}
); @@ -239,7 +239,8 @@ export function M3U8TestPart() { name={name} questionable key={v.id} - errorText={s.error?.toString()} + url={v.url} + // errorText={s.error?.toString()} enabled={enabled} onToggle={(isEnabled) => handleToggleProxy(v.id, isEnabled)} />