mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
21 lines
344 B
TypeScript
21 lines
344 B
TypeScript
export const catalog = [
|
|
{
|
|
title: "Latest",
|
|
filter: "/movies",
|
|
},
|
|
{
|
|
title: "Netflix",
|
|
filter: "/platform/netflix",
|
|
},
|
|
{
|
|
title: "Disney +",
|
|
filter: "/platform/disney-hotstar",
|
|
},
|
|
{
|
|
title: "Amazon Prime",
|
|
filter: "/platform/amazon-prime-video",
|
|
},
|
|
];
|
|
|
|
export const genres = [];
|