Update useSkipTime.ts

This commit is contained in:
Pas 2025-04-12 12:40:54 -06:00
parent ba885f3513
commit a30843661d

View file

@ -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() {