1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00

Fixed: Warn Series reference in CompletedDownloadService.cs

This commit is contained in:
Qstick 2020-05-05 21:44:28 -04:00
parent c988151b5d
commit ce9fc48910

View File

@ -91,7 +91,7 @@ public void Check(TrackedDownload trackedDownload)
if (movie == null)
{
trackedDownload.Warn("Series title mismatch, automatic import is not possible.");
trackedDownload.Warn("Movie title mismatch, automatic import is not possible.");
return;
}
}