Fixed: Warn Series reference in CompletedDownloadService.cs

pull/2/head
Qstick 4 years ago
parent c988151b5d
commit ce9fc48910

@ -91,7 +91,7 @@ namespace NzbDrone.Core.Download
if (movie == null) if (movie == null)
{ {
trackedDownload.Warn("Series title mismatch, automatic import is not possible."); trackedDownload.Warn("Movie title mismatch, automatic import is not possible.");
return; return;
} }
} }

Loading…
Cancel
Save