mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-20 05:12:05 +00:00
remove /lifetime
This commit is contained in:
parent
f75db9cf99
commit
5842af7029
1 changed files with 0 additions and 6 deletions
|
|
@ -315,7 +315,6 @@ export const getNetworkContent = (tmdbId: string) =>
|
|||
// Curated movie lists
|
||||
export const getNarrativeMovies = () => fetchFromTrakt("/narrative");
|
||||
export const getTopMovies = () => fetchFromTrakt("/top");
|
||||
export const getLifetimeMovies = () => fetchFromTrakt("/lifetime");
|
||||
export const getNeverHeardMovies = () => fetchFromTrakt("/never");
|
||||
export const getLGBTQContent = () => fetchFromTrakt("/LGBTQ");
|
||||
export const getMindfuckMovies = () => fetchFromTrakt("/mindfuck");
|
||||
|
|
@ -341,11 +340,6 @@ export const getCuratedMovieLists = async (): Promise<CuratedMovieList[]> => {
|
|||
slug: "top",
|
||||
endpoint: "/top",
|
||||
},
|
||||
{
|
||||
name: "1001 Movies You Must See Before You Die",
|
||||
slug: "lifetime",
|
||||
endpoint: "/lifetime",
|
||||
},
|
||||
{
|
||||
name: "Great Movies You May Have Never Heard Of",
|
||||
slug: "never",
|
||||
|
|
|
|||
Loading…
Reference in a new issue