update fed apis

This commit is contained in:
Pas 2025-07-24 19:53:05 -06:00
parent 268e517591
commit 1fb86995fc
2 changed files with 2 additions and 2 deletions

View file

@ -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[];

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.org";
const BASE_URL = "https://fed-skips.pstream.mov";
const MAX_RETRIES = 3;
export function useSkipTime() {