mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-02 19:14:35 -04:00
Update CompletedDownloadService.cs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user