mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
add skip extra to debrid catalogs
This commit is contained in:
@@ -57,6 +57,7 @@ function getCatalogs(config) {
|
|||||||
id: `torrentio-${moch.key}`,
|
id: `torrentio-${moch.key}`,
|
||||||
name: `${moch.name}`,
|
name: `${moch.name}`,
|
||||||
type: 'other',
|
type: 'other',
|
||||||
|
extra: [{ name: 'skip' }],
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user