pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update useSkipTime.ts

Pas a3084366 ba885f35

+1 -1
+1 -1
src/components/player/hooks/useSkipTime.ts
··· 4 4 import { conf } from "@/setup/config"; 5 5 6 6 // Thanks Nemo for this API 7 - const BASE_URL = "https://skip-intro.pstream.org"; 7 + const BASE_URL = "https://skips.pstream.org"; 8 8 const MAX_RETRIES = 3; 9 9 10 10 export function useSkipTime() {