mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 02:39:26 +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)
|
if (query.IsImdbQuery)
|
||||||
searchUrl += "imdbID/" + query.ImdbID + "/";
|
searchUrl += "imdbID/" + query.ImdbID + "/";
|
||||||
else if (!string.IsNullOrWhiteSpace(searchString))
|
else if (!string.IsNullOrWhiteSpace(searchString))
|
||||||
searchUrl += "query/" + WebUtility.UrlEncode(searchString) + "/";
|
searchUrl += "exact/1/query/" + WebUtility.UrlEncode(searchString) + "/";
|
||||||
|
|
||||||
var cats = MapTorznabCapsToTrackers(query);
|
var cats = MapTorznabCapsToTrackers(query);
|
||||||
if (cats.Count > 0)
|
if (cats.Count > 0)
|
||||||
|
|
Loading…
Reference in a new issue