From 6901b128d03c136a185b6e290fb3490240e22e83 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Mon, 4 Dec 2017 21:38:21 +0100 Subject: [PATCH] Xthor: use categories again --- src/Jackett.Common/Indexers/Xthor.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/Xthor.cs b/src/Jackett.Common/Indexers/Xthor.cs index 99bdf78f3..419affdaf 100644 --- a/src/Jackett.Common/Indexers/Xthor.cs +++ b/src/Jackett.Common/Indexers/Xthor.cs @@ -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