mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
remove moviesApi provider implementation
This commit is contained in:
@@ -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,
|
|
||||||
};
|
|
||||||
Reference in New Issue
Block a user