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:
18
dist/showbox/sbCatalog.js
vendored
Normal file
18
dist/showbox/sbCatalog.js
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.sbGenresList = exports.catalogList = void 0;
|
||||
exports.catalogList = [
|
||||
{
|
||||
title: 'Home',
|
||||
filter: '',
|
||||
},
|
||||
{
|
||||
title: 'Movies',
|
||||
filter: '/movie',
|
||||
},
|
||||
{
|
||||
title: 'TV Shows',
|
||||
filter: '/tv',
|
||||
},
|
||||
];
|
||||
exports.sbGenresList = [];
|
||||
Reference in New Issue
Block a user