mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
Fixed: (Cardigann) Don't die if no categories can be mapped for a release
Fixes #105
This commit is contained in:
@@ -307,7 +307,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
Peers = seeders + leechers,
|
||||
Grabs = (int)grabs,
|
||||
Files = (int)files,
|
||||
Category = _categories.MapTrackerCatToNewznab(category),
|
||||
Categories = _categories.MapTrackerCatToNewznab(category),
|
||||
ImdbId = imdb ?? 0,
|
||||
MinimumRatio = 1,
|
||||
MinimumSeedTime = 172800, // 48 hours
|
||||
|
||||
Reference in New Issue
Block a user