mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Fixed: (Cardigann) Don't die if no categories can be mapped for a release
Fixes #105
This commit is contained in:
@@ -290,7 +290,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
catLink = catLink.Substring(catSplit + 9);
|
||||
}
|
||||
|
||||
release.Category = _categories.MapTrackerCatToNewznab(catLink);
|
||||
release.Categories = _categories.MapTrackerCatToNewznab(catLink);
|
||||
|
||||
var grabs = row.QuerySelector("td:nth-child(6)").TextContent;
|
||||
release.Grabs = ParseUtil.CoerceInt(grabs);
|
||||
|
||||
Reference in New Issue
Block a user