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.

add christmas trakt list

Pas d527446e 562d1fdd

+9 -3
+9 -3
src/backend/metadata/traktApi.ts
··· 319 319 export const getLGBTQContent = () => fetchFromTrakt("/LGBTQ"); 320 320 export const getMindfuckMovies = () => fetchFromTrakt("/mindfuck"); 321 321 export const getTrueStoryMovies = () => fetchFromTrakt("/truestory"); 322 + export const getChristmasMovies = () => fetchFromTrakt("/christmas"); 322 323 export const getHalloweenMovies = () => fetchFromTrakt("/halloween"); 323 324 // export const getGreatestTVShows = () => fetchFromTrakt("/greatesttv"); // We only have movies set up. TODO add more tv routes for curated lists so we can have a new page. 324 325 ··· 326 327 export const getCuratedMovieLists = async (): Promise<CuratedMovieList[]> => { 327 328 const listConfigs = [ 328 329 { 329 - name: "Halloween Movies", 330 - slug: "halloween", 331 - endpoint: "/halloween", 330 + name: "Top Rated Christmas Movies", 331 + slug: "christmas", 332 + endpoint: "/christmas", 332 333 }, 333 334 { 334 335 name: "Letterboxd Top 250 Narrative Feature Films", ··· 359 360 name: "Based on a True Story Movies", 360 361 slug: "truestory", 361 362 endpoint: "/truestory", 363 + }, 364 + { 365 + name: "Halloween Movies", 366 + slug: "halloween", 367 + endpoint: "/halloween", 362 368 }, 363 369 // { 364 370 // name: "Rolling Stone's 100 Greatest TV Shows",