From 7b76236d360bd04d962e9ba9d5462c4208316b0c Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Thu, 2 Nov 2023 11:59:59 +0200 Subject: [PATCH] add skip extra to debrid catalogs --- addon/lib/manifest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/addon/lib/manifest.js b/addon/lib/manifest.js index d6462c1..930ccab 100644 --- a/addon/lib/manifest.js +++ b/addon/lib/manifest.js @@ -57,6 +57,7 @@ function getCatalogs(config) { id: `torrentio-${moch.key}`, name: `${moch.name}`, type: 'other', + extra: [{ name: 'skip' }], })); }