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:
parent
338a4cbf6e
commit
42d8c30147
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue