Update SetupPart.tsx

This commit is contained in:
Pas 2025-11-19 10:52:10 -07:00
parent 146d35aa11
commit a4f48b3e97

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/412059`;
const febboxApiTestUrl = `https://fed-api.pstream.mov/movie/tt0325980`;
if (!febboxKey) {
return "unset";