Xthor: disable categories

This commit is contained in:
kaso17 2017-12-04 18:00:37 +01:00
parent eee8d1d8ff
commit a4edb62743
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ namespace Jackett.Indexers
if (categoriesList.Count > 0)
{
// ignore categories for now, something changed or is buggy, needs investigation
parameters.Add("category", string.Join("+", categoriesList));
//parameters.Add("category", string.Join("+", categoriesList));
}
// If Only Freeleech Enabled