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:
39
dist/uhd/uhCtatalog.js
vendored
Normal file
39
dist/uhd/uhCtatalog.js
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.uhdGenresList = exports.uhdCatalogList = void 0;
|
||||
exports.uhdCatalogList = [
|
||||
{
|
||||
title: 'Latest',
|
||||
filter: '',
|
||||
},
|
||||
{
|
||||
title: 'Web Series',
|
||||
filter: '/web-series',
|
||||
},
|
||||
{
|
||||
title: 'Movies',
|
||||
filter: '/movies',
|
||||
},
|
||||
{
|
||||
title: '4K HDR',
|
||||
filter: '/4k-hdr',
|
||||
},
|
||||
];
|
||||
exports.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