mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-18 08:01:43 +00:00
init
This commit is contained in:
14
providers/protonMovies/index.ts
Normal file
14
providers/protonMovies/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import {protonGenresList, protonCatalogList} from './protonCatalog';
|
||||
import {protonGetPosts, protonGetPostsSearch} from './protonGetPosts';
|
||||
import {protonGetInfo} from './protonGetMeta';
|
||||
import {ProviderType} from '../types';
|
||||
import {protonGetStream} from './protonGetStream';
|
||||
|
||||
export const protonMovies: ProviderType = {
|
||||
catalog: protonCatalogList,
|
||||
genres: protonGenresList,
|
||||
GetMetaData: protonGetInfo,
|
||||
GetHomePosts: protonGetPosts,
|
||||
GetStream: protonGetStream,
|
||||
GetSearchPosts: protonGetPostsSearch,
|
||||
};
|
||||
Reference in New Issue
Block a user