Files
vega-providers/dist/ridoMovies/catalog.js
Himanshu a179a130d6 build
2026-02-03 21:48:37 +05:30

1 line
852 B
JavaScript

"use strict";var __defProp=Object.defineProperty,__getOwnPropDesc=Object.getOwnPropertyDescriptor,__getOwnPropNames=Object.getOwnPropertyNames,__hasOwnProp=Object.prototype.hasOwnProperty,__export=(e,o)=>{for(var t in o)__defProp(e,t,{get:o[t],enumerable:!0})},__copyProps=(e,o,t,r)=>{if(o&&"object"==typeof o||"function"==typeof o)for(let a of __getOwnPropNames(o))__hasOwnProp.call(e,a)||a===t||__defProp(e,a,{get:()=>o[a],enumerable:!(r=__getOwnPropDesc(o,a))||r.enumerable});return e},__toCommonJS=e=>__copyProps(__defProp({},"__esModule",{value:!0}),e),catalog_exports={};__export(catalog_exports,{catalog:()=>catalog,genres:()=>genres});var catalog=[{title:"Popular Movies",filter:"/top/catalog/movie/top.json"},{title:"Featured Movies",filter:"/imdbRating/catalog/movie/imdbRating.json"}],genres=[];exports.catalog=catalog,exports.genres=genres;