mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (Cardigann) Don't die if no categories can be mapped for a release
Fixes #105
This commit is contained in:
@@ -54,7 +54,7 @@ namespace NzbDrone.Core.Indexers.Definitions.UNIT3D
|
||||
InfoHash = row.Id,
|
||||
InfoUrl = details,
|
||||
Guid = details,
|
||||
Category = _categories.MapTrackerCatDescToNewznab(row.Attributes.Category),
|
||||
Categories = _categories.MapTrackerCatDescToNewznab(row.Attributes.Category),
|
||||
PublishDate = DateTime.Parse(row.Attributes.CreatedAt, CultureInfo.InvariantCulture),
|
||||
Size = row.Attributes.Size,
|
||||
Files = row.Attributes.Files,
|
||||
|
Reference in New Issue
Block a user