mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Xthor: disable categories
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user