mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 11:42:27 +00:00
Update SetupPart.tsx
This commit is contained in:
parent
2586e4c9d3
commit
72ef9eb944
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> {
|
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) {
|
if (!febboxKey) {
|
||||||
return "unset";
|
return "unset";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue