mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Revert "Update TorrentSyndikat.cs (#9314)"
This reverts commit 7e39c03d63
.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user