mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-28 15:28:42 +00:00
update fed apis
This commit is contained in:
parent
268e517591
commit
1fb86995fc
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ export interface PaginatedTraktResponse {
|
|||
|
||||
export type TraktContentType = "movie" | "episode";
|
||||
|
||||
export const TRAKT_BASE_URL = "https://fed-airdate.pstream.org";
|
||||
export const TRAKT_BASE_URL = "https://fed-airdate.pstream.mov";
|
||||
|
||||
export interface TraktDiscoverResponse {
|
||||
movie_tmdb_ids: number[];
|
||||
|
|
|
|||
|
|
@ -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.org";
|
||||
const BASE_URL = "https://fed-skips.pstream.mov";
|
||||
const MAX_RETRIES = 3;
|
||||
|
||||
export function useSkipTime() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue