mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-06-22 06:17:44 +00:00
init
This commit is contained in:
@@ -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