mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
parent
88ab9db461
commit
9df84d76e7
1 changed files with 3 additions and 0 deletions
|
@ -1470,6 +1470,9 @@ namespace Jackett.Common.Indexers
|
|||
queryCollection.Add("nm", searchString);
|
||||
}
|
||||
|
||||
if (query.HasSpecifiedCategories)
|
||||
queryCollection.Add("f", string.Join(",", MapTorznabCapsToTrackers(query)));
|
||||
|
||||
var searchUrl = SearchUrl + "?" + queryCollection.GetQueryString();
|
||||
return searchUrl;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue