mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-15 21:14:32 +01:00
parent
6a6697c2c2
commit
d585ab5677
1 changed files with 1 additions and 1 deletions
|
|
@ -1443,7 +1443,7 @@ private IEnumerable<IndexerRequest> GetPagedRequests(string term, int[] categori
|
|||
queryCollection.Add("nm", searchString);
|
||||
}
|
||||
|
||||
if (categories.Length > 0)
|
||||
if (categories != null && categories.Length > 0)
|
||||
{
|
||||
queryCollection.Add("f", string.Join(",", Capabilities.Categories.MapTorznabCapsToTrackers(categories)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue