From 34b7ce949a7f620c6357c41a1648139a5d91d849 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 30 Dec 2024 14:03:08 +0100 Subject: [PATCH 1/2] build: fix manifest --- build.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.js b/build.js index 6be765a..ec1a9ef 100644 --- a/build.js +++ b/build.js @@ -225,7 +225,9 @@ 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', From a9e6106971c453c473778f13890a7ce23a70cbef Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 30 Dec 2024 14:03:41 +0100 Subject: [PATCH 2/2] build: rename addon catalog --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index ec1a9ef..2f06b30 100644 --- a/build.js +++ b/build.js @@ -231,7 +231,7 @@ getCached().then(cached => { addonCatalogs: [{ type: 'all', id: 'community', - name: 'Community', + name: 'Community (External)', }], };