Update CompletedDownloadService.cs

pull/260/head
Devin Buhl 8 years ago committed by GitHub
parent 6c413d83eb
commit 170349c950

@ -135,7 +135,7 @@ namespace NzbDrone.Core.Download
{
var statusMessages = importResults
.Where(v => v.Result != ImportResultType.Imported)
.Select(v => new TrackedDownloadStatusMessage(Path.GetFileName(v.ImportDecision.LocalEpisode.Path), v.Errors))
.Select(v => new TrackedDownloadStatusMessage(Path.GetFileName(v.ImportDecision.LocalMovie.Path), v.Errors))
.ToArray();
trackedDownload.Warn(statusMessages);

Loading…
Cancel
Save