remove moviesApi provider implementation

This commit is contained in:
himanshu8443
2025-06-18 11:42:19 +05:30
parent 16b7b1720d
commit 490a4bd71d

View File

@@ -1,14 +0,0 @@
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,
genres: allGenresList,
GetMetaData: allGetInfo,
GetHomePosts: allGetPost,
GetStream: mpGetStream,
GetSearchPosts: allGetSearchPosts,
};