Files
vega-providers/providers/autoEmbed/allCatalog.ts
himanshu8443 3f3e12f5df init
2025-06-15 21:29:40 +05:30

21 lines
445 B
TypeScript

export const allCatalog = [
{
title: 'Popular Movies',
filter: '/top/catalog/movie/top.json',
},
{
title: 'Popular TV Shows',
filter: '/top/catalog/series/top.json',
},
{
title: 'Featured Movies',
filter: '/imdbRating/catalog/movie/imdbRating.json',
},
{
title: 'Featured TV Shows',
filter: '/imdbRating/catalog/series/imdbRating.json',
},
];
export const allGenresList = [];