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.

update fed apis

Pas 1fb86995 268e5175

+2 -2
+1 -1
src/backend/metadata/traktApi.ts
··· 27 27 28 28 export type TraktContentType = "movie" | "episode"; 29 29 30 - export const TRAKT_BASE_URL = "https://fed-airdate.pstream.org"; 30 + export const TRAKT_BASE_URL = "https://fed-airdate.pstream.mov"; 31 31 32 32 export interface TraktDiscoverResponse { 33 33 movie_tmdb_ids: number[];
+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.org"; 8 + const BASE_URL = "https://fed-skips.pstream.mov"; 9 9 const MAX_RETRIES = 3; 10 10 11 11 export function useSkipTime() {