mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-13 23:20:22 +00:00
Update useSkipTime.ts
This commit is contained in:
parent
ba885f3513
commit
a30843661d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { usePlayerMeta } from "@/components/player/hooks/usePlayerMeta";
|
|||
import { conf } from "@/setup/config";
|
||||
|
||||
// Thanks Nemo for this API
|
||||
const BASE_URL = "https://skip-intro.pstream.org";
|
||||
const BASE_URL = "https://skips.pstream.org";
|
||||
const MAX_RETRIES = 3;
|
||||
|
||||
export function useSkipTime() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue