mirror of
https://github.com/Readarr/Readarr
synced 2026-02-22 14:43:14 +01:00
Fixed: Error adding indexers
This commit is contained in:
parent
4e861e0ae5
commit
20b997473a
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ private NewznabSettings GetSettings(string url, string apiPath = null, int[] cat
|
|||
{
|
||||
var settings = new NewznabSettings { BaseUrl = url };
|
||||
|
||||
if (categories.Any())
|
||||
if (categories != null)
|
||||
{
|
||||
settings.Categories = categories;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue