[addon] include premiumize catalog

This commit is contained in:
TheBeastLT
2021-02-01 00:28:01 +01:00
parent 1b319d286d
commit 127e3fc014
2 changed files with 9 additions and 5 deletions

View File

@@ -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;