diff --git a/src/Jackett.Common/Indexers/TorrentSyndikat.cs b/src/Jackett.Common/Indexers/TorrentSyndikat.cs index 6ca95edf1..2afe9d242 100644 --- a/src/Jackett.Common/Indexers/TorrentSyndikat.cs +++ b/src/Jackett.Common/Indexers/TorrentSyndikat.cs @@ -168,7 +168,7 @@ namespace Jackett.Common.Indexers } foreach (var cat in MapTorznabCapsToTrackers(query)) - queryCollection.Add("cat[]",cat); + queryCollection.Add("c" + cat, "1"); var searchUrl = SearchUrl + "?" + queryCollection.GetQueryString();