This commit is contained in:
himanshu8443
2025-06-16 22:26:38 +05:30
parent 3f3e12f5df
commit 2a4aa2a680
185 changed files with 4645 additions and 3952 deletions

View File

@@ -1,8 +1,8 @@
import {allCatalog, allGenresList} from '../autoEmbed/allCatalog';
import {allGetInfo} from '../autoEmbed/allGetInfo';
import {allGetPost, allGetSearchPosts} from '../autoEmbed/allGetPost';
import {ProviderType} from '../types';
import {mpGetStream} from './mpGetStream';
import { allCatalog, allGenresList } from "../autoEmbed/catalog";
import { allGetInfo } from../autoEmbed/metafo";
import { allGetPost, allGetSearchPosts } from "../autoEmbed/posts";
import { ProviderType } from "../types";
import { mpGetStream } from "./stream";
export const moviesApi: ProviderType = {
catalog: allCatalog,