mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
Fixed: Broken Newznab testing.
This commit is contained in:
@@ -99,7 +99,8 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
|
||||
foreach (var category in categories)
|
||||
{
|
||||
l.AddRange(CategoryIds(category.Subcategories));
|
||||
if (category.Subcategories != null)
|
||||
l.AddRange(CategoryIds(category.Subcategories));
|
||||
}
|
||||
|
||||
return l;
|
||||
|
Reference in New Issue
Block a user