add skip extra to debrid catalogs

This commit is contained in:
TheBeastLT
2023-11-02 11:59:59 +02:00
parent 6eeeb7b674
commit 7b76236d36

View File

@@ -57,6 +57,7 @@ function getCatalogs(config) {
id: `torrentio-${moch.key}`,
name: `${moch.name}`,
type: 'other',
extra: [{ name: 'skip' }],
}));
}