mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 17:58:49 +00:00
parent
53108362d6
commit
21cc4f1cdd
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ namespace Jackett.Common.Indexers
|
|||
if (query.IsImdbQuery)
|
||||
searchUrl += "imdbID/" + query.ImdbID + "/";
|
||||
else if (!string.IsNullOrWhiteSpace(searchString))
|
||||
searchUrl += "query/" + WebUtility.UrlEncode(searchString) + "/";
|
||||
searchUrl += "exact/1/query/" + WebUtility.UrlEncode(searchString) + "/";
|
||||
|
||||
var cats = MapTorznabCapsToTrackers(query);
|
||||
if (cats.Count > 0)
|
||||
|
|
Loading…
Reference in a new issue