Merge pull request #764 from Stremio-Community/build/addon-catalogs-manifest

Build: fix and update manifest
This commit is contained in:
Sleeyax
2024-12-30 14:07:04 +01:00
committed by GitHub
+3 -1
View File
@@ -225,11 +225,13 @@ getCached().then(cached => {
version: '1.0.0',
name: 'Stremio Community Addons List',
description: 'Stremio Community Addons List',
types: ["movie", "series", "channel", "tv"],
resources: ['addon_catalog'],
catalogs: [],
addonCatalogs: [{
type: 'all',
id: 'community',
name: 'Community',
name: 'Community (External)',
}],
};