Xthor: use categories again

This commit is contained in:
kaso17 2017-12-04 21:38:21 +01:00
parent aa002d1ee4
commit 6901b128d0
1 changed files with 1 additions and 2 deletions

View File

@ -333,8 +333,7 @@ namespace Jackett.Indexers
// Loop on Categories needed
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