mirror of
https://github.com/p-stream/p-stream.git
synced 2026-08-19 21:56:58 +00:00
use old url for skip time api for now
This commit is contained in:
parent
5c34664ccb
commit
268e517591
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue