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/ringz/ringzCatalog.js
vendored
Normal file
18
dist/ringz/ringzCatalog.js
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ringzGenresList = exports.ringzCatalogList = void 0;
|
||||
exports.ringzCatalogList = [
|
||||
{
|
||||
title: 'Movies',
|
||||
filter: 'MOVIES',
|
||||
},
|
||||
{
|
||||
title: 'TV Shows',
|
||||
filter: 'SERIES',
|
||||
},
|
||||
{
|
||||
title: 'Anime',
|
||||
filter: 'ANIME',
|
||||
},
|
||||
];
|
||||
exports.ringzGenresList = [];
|
||||
Reference in New Issue
Block a user