From a4f48b3e97d90e5f1df0ab95fed9d4e09037c920 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 19 Nov 2025 10:52:10 -0700 Subject: [PATCH] Update SetupPart.tsx --- src/pages/parts/settings/SetupPart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/parts/settings/SetupPart.tsx b/src/pages/parts/settings/SetupPart.tsx index 303af86c..c1ab7fc6 100644 --- a/src/pages/parts/settings/SetupPart.tsx +++ b/src/pages/parts/settings/SetupPart.tsx @@ -58,7 +58,7 @@ function testProxy(url: string) { } export async function testFebboxKey(febboxKey: string | null): Promise { - const febboxApiTestUrl = `https://fed-api.pstream.mov/movie/412059`; + const febboxApiTestUrl = `https://fed-api.pstream.mov/movie/tt0325980`; if (!febboxKey) { return "unset";