mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Don't show custom cats
This commit is contained in:
@@ -99,6 +99,8 @@ function reloadIndexers() {
|
||||
|
||||
var main_cats_list = [];
|
||||
for (var catID in item.caps) {
|
||||
if (catID >= 100000)
|
||||
continue; // skip custom cats
|
||||
var cat = item.caps[catID];
|
||||
var mainCat = cat.split("/")[0];
|
||||
main_cats_list.push(mainCat);
|
||||
|
Reference in New Issue
Block a user