From 72ef9eb9446725fd7121bcda954f219ca975c721 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:14:36 -0600 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 1f0cc76a..303af86c 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/tt13654226`; + const febboxApiTestUrl = `https://fed-api.pstream.mov/movie/412059`; if (!febboxKey) { return "unset";