rarbg: drop 3x category as the API does not support it. #11848

searching with all cats (including cat4) for a keyword that happens to match any 3x titles causes the API to return NOT-FOUND !!
This commit is contained in:
Garfield69 2021-06-01 20:09:32 +12:00
parent 3ad2dd8b47
commit 1f1f42cf59
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ namespace Jackett.Common.Indexers
{ Value = "last" };
configData.AddDynamic("sort", sort);
AddCategoryMapping(4, TorznabCatType.XXX, "XXX (18+)");
//AddCategoryMapping(4, TorznabCatType.XXX, "XXX (18+)"); // 3x is not supported by API #11848
AddCategoryMapping(14, TorznabCatType.MoviesSD, "Movies/XVID");
AddCategoryMapping(17, TorznabCatType.MoviesSD, "Movies/x264");
AddCategoryMapping(18, TorznabCatType.TVSD, "TV Episodes");