mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
Merge pull request #316 from flightlevel/ttn_url2
TTN: Update search string
This commit is contained in:
parent
3f2a6fd3f7
commit
364860199c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ namespace Jackett.Indexers
|
|||
Url = SearchUrl;
|
||||
else
|
||||
{
|
||||
Url = $"{SearchUrl}?searchtext={HttpUtility.UrlEncode(query.GetQueryString())}";
|
||||
Url = $"{SearchUrl}&searchtext={HttpUtility.UrlEncode(query.GetQueryString())}";
|
||||
}
|
||||
|
||||
var response = await RequestStringWithCookiesAndRetry(Url);
|
||||
|
|
Loading…
Reference in a new issue