add halloween movie list

This commit is contained in:
Pas 2025-10-31 17:40:21 -06:00
parent 110a47f86d
commit 696e17be17

View file

@ -133,11 +133,17 @@ export const getNeverHeardMovies = () => fetchFromTrakt("/never");
export const getLGBTQContent = () => fetchFromTrakt("/LGBTQ");
export const getMindfuckMovies = () => fetchFromTrakt("/mindfuck");
export const getTrueStoryMovies = () => fetchFromTrakt("/truestory");
export const getHalloweenMovies = () => fetchFromTrakt("/halloween");
// export const getGreatestTVShows = () => fetchFromTrakt("/greatesttv"); // We only have movies set up. TODO add a type for tv and add more tv routes.
// Get all curated movie lists
export const getCuratedMovieLists = async (): Promise<CuratedMovieList[]> => {
const listConfigs = [
{
name: "Halloween Movies",
slug: "halloween",
endpoint: "/halloween",
},
{
name: "Letterboxd Top 250 Narrative Feature Films",
slug: "narrative",