Update SetupPart.tsx

This commit is contained in:
Pas 2025-10-15 16:14:36 -06:00
parent 2586e4c9d3
commit 72ef9eb944

View file

@ -58,7 +58,7 @@ function testProxy(url: string) {
}
export async function testFebboxKey(febboxKey: string | null): Promise<Status> {
const febboxApiTestUrl = `https://fed-api.pstream.mov/movie/tt13654226`;
const febboxApiTestUrl = `https://fed-api.pstream.mov/movie/412059`;
if (!febboxKey) {
return "unset";