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