mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
init
This commit is contained in:
14
dist/dooflix/dooCatalog.js
vendored
Normal file
14
dist/dooflix/dooCatalog.js
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.dooGenresList = exports.dooCatalog = void 0;
|
||||
exports.dooCatalog = [
|
||||
{
|
||||
title: 'Series',
|
||||
filter: '/rest-api//v130/tvseries',
|
||||
},
|
||||
{
|
||||
title: 'Movies',
|
||||
filter: '/rest-api//v130/movies',
|
||||
},
|
||||
];
|
||||
exports.dooGenresList = [];
|
||||
Reference in New Issue
Block a user