mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
@@ -65,7 +65,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
{
|
||||
var cat = row.Category;
|
||||
|
||||
return _categories.MapTrackerCatToNewznab(cat).ToList();
|
||||
return cat.SelectMany(c => _categories.MapTrackerCatToNewznab(c.Key)).ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user