mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04:00
parent
21bda07510
commit
ebca32af46
1 changed files with 1 additions and 1 deletions
|
@ -1037,7 +1037,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||
{ "key", Settings.ApiKey },
|
||||
{ "max", limit.ToString() },
|
||||
{ "q", searchString },
|
||||
{ "p", ((offset / limit) + 1).ToString() }
|
||||
{ "p", (offset / limit).ToString() }
|
||||
};
|
||||
|
||||
var searchUrl = string.Format("{0}/api/v3/search/?{1}", Settings.BaseUrl.TrimEnd('/'), queryCollection.GetQueryString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue