use old url for skip time api for now

This commit is contained in:
Pas 2025-07-23 19:30:57 -06:00
parent 5c34664ccb
commit 268e517591

View file

@ -5,7 +5,7 @@ import { conf } from "@/setup/config";
import { usePreferencesStore } from "@/stores/preferences";
// Thanks Nemo for this API
const BASE_URL = "https://skips.pstream.mov";
const BASE_URL = "https://skips.pstream.org";
const MAX_RETRIES = 3;
export function useSkipTime() {