mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
21 lines
364 B
TypeScript
21 lines
364 B
TypeScript
export const protonCatalogList = [
|
|
{
|
|
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 protonGenresList = [];
|