From 42d8c3014748714b93812968fbda27688f364323 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Tue, 9 May 2017 20:19:05 +0200 Subject: [PATCH] Xthor: disable category support --- src/Jackett/Indexers/Xthor.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Jackett/Indexers/Xthor.cs b/src/Jackett/Indexers/Xthor.cs index 7fe315ea8..66dc55875 100644 --- a/src/Jackett/Indexers/Xthor.cs +++ b/src/Jackett/Indexers/Xthor.cs @@ -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