mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] include premiumize catalog
This commit is contained in:
@@ -13,7 +13,7 @@ const Providers = [
|
||||
'NyaaPantsu'
|
||||
];
|
||||
const DefaultProviders = Providers
|
||||
const CatalogMochs = [MochOptions.realdebrid, MochOptions.alldebrid];
|
||||
const CatalogMochs = Object.values(MochOptions).filter(moch => moch.catalog);
|
||||
|
||||
function manifest(config = {}) {
|
||||
const providersList = config.providers && config.providers.map(provider => getProvider(provider)) || DefaultProviders;
|
||||
|
||||
Reference in New Issue
Block a user