mirror of
https://github.com/Radarr/Radarr
synced 2025-12-20 15:24:41 +01:00
Update CompletedDownloadService.cs
This commit is contained in:
parent
6c413d83eb
commit
170349c950
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ private void Import(TrackedDownload trackedDownload)
|
|||
{
|
||||
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…
Reference in a new issue