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:
37
providers/uhd/uhCtatalog.ts
Normal file
37
providers/uhd/uhCtatalog.ts
Normal file
@@ -0,0 +1,37 @@
|
||||
export const uhdCatalogList = [
|
||||
{
|
||||
title: 'Latest',
|
||||
filter: '',
|
||||
},
|
||||
{
|
||||
title: 'Web Series',
|
||||
filter: '/web-series',
|
||||
},
|
||||
{
|
||||
title: 'Movies',
|
||||
filter: '/movies',
|
||||
},
|
||||
{
|
||||
title: '4K HDR',
|
||||
filter: '/4k-hdr',
|
||||
},
|
||||
];
|
||||
|
||||
export const uhdGenresList = [
|
||||
{
|
||||
title: '4K HEVC',
|
||||
filter: '/2160p-hevc',
|
||||
},
|
||||
{
|
||||
title: 'HD 10bit',
|
||||
filter: '/1080p-10bit',
|
||||
},
|
||||
{
|
||||
title: 'English Movies',
|
||||
filter: '/movies/english-movies',
|
||||
},
|
||||
{
|
||||
title: 'Dual Audio',
|
||||
filter: '/movies/dual-audio-movies',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user