mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Warn Series reference in CompletedDownloadService.cs
This commit is contained in:
parent
c988151b5d
commit
ce9fc48910
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user