mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
21 lines
390 B
TypeScript
21 lines
390 B
TypeScript
export const catalog = [
|
|
{
|
|
title: "Popular Movies",
|
|
filter: "/category/new-movies-10810.html",
|
|
},
|
|
{
|
|
title: "Latest TV Shows",
|
|
filter: "/category/new-series-10811.html",
|
|
},
|
|
{
|
|
title: "Anime",
|
|
filter: "/category/anime-10812.html",
|
|
},
|
|
{
|
|
title: "4K HDR",
|
|
filter: "/category/4k-hdr-10776.html",
|
|
},
|
|
];
|
|
|
|
export const genres = [];
|