mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
Update SetupPart.tsx
This commit is contained in:
parent
146d35aa11
commit
a4f48b3e97
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue