mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Xthor: use categories again
This commit is contained in:
@@ -333,8 +333,7 @@ namespace Jackett.Indexers
|
|||||||
// Loop on Categories needed
|
// Loop on Categories needed
|
||||||
if (categoriesList.Count > 0)
|
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
|
// If Only Freeleech Enabled
|
||||||
|
Reference in New Issue
Block a user