mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-08 04:30:26 +02:00
Update src/NzbDrone.Core/Indexers/Definitions/Headphones/HeadphonesRequestGenerator.cs
Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This commit is contained in:
parent
c5a864469f
commit
7ed616a177
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ private IEnumerable<IndexerRequest> GetPagedRequests(SearchCriteriaBase searchCr
|
|||
baseUrl += "&apikey=" + Settings.ApiKey;
|
||||
}
|
||||
|
||||
if (searchCriteria.Limit.HasValue && searchCriteria.Limit.Value > 0)
|
||||
if (searchCriteria.Limit is > 0)
|
||||
{
|
||||
parameters.Add("limit", searchCriteria.Limit.ToString());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue