1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-24 15:21:06 +00:00

Xthor: disable category support

This commit is contained in:
kaso17 2017-05-09 20:19:05 +02:00
parent 338a4cbf6e
commit 42d8c30147

View file

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