mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
init
This commit is contained in:
20
providers/protonMovies/protonCatalog.ts
Normal file
20
providers/protonMovies/protonCatalog.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
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 = [];
|
||||
Reference in New Issue
Block a user