Update TorrentSyndikat.cs (#9314)

This commit is contained in:
Du2oE 2020-08-08 21:09:27 +02:00 committed by GitHub
parent c8e71b6cba
commit 7e39c03d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ namespace Jackett.Common.Indexers
}
foreach (var cat in MapTorznabCapsToTrackers(query))
queryCollection.Add("c" + cat, "1");
queryCollection.Add("cat[]",cat);
var searchUrl = SearchUrl + "?" + queryCollection.GetQueryString();