From a4edb627438cc74d63a9592b792a599533d580b4 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Mon, 4 Dec 2017 18:00:37 +0100 Subject: [PATCH] Xthor: disable categories --- src/Jackett.Common/Indexers/Xthor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/Xthor.cs b/src/Jackett.Common/Indexers/Xthor.cs index 5c21dd023..99bdf78f3 100644 --- a/src/Jackett.Common/Indexers/Xthor.cs +++ b/src/Jackett.Common/Indexers/Xthor.cs @@ -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