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.

use old url for skip time api for now

Pas 268e5175 5c34664c

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