mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-08 17:55:00 +00:00
Fixed: Error when processing release with files Sonarr is unable to parse
This commit is contained in:
@@ -115,7 +115,7 @@ namespace NzbDrone.Core.Download
|
||||
{
|
||||
trackedDownload.State = TrackedDownloadState.ImportFailed;
|
||||
var statusMessages = importResults
|
||||
.Where(v => v.Result != ImportResultType.Imported)
|
||||
.Where(v => v.Result != ImportResultType.Imported && v.ImportDecision.Item != null)
|
||||
.Select(v => new TrackedDownloadStatusMessage(Path.GetFileName(v.ImportDecision.Item.Path), v.Errors))
|
||||
.ToArray();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user