mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 23:23:21 +00:00
Fixed: Warn Series reference in CompletedDownloadService.cs
This commit is contained in:
parent
c988151b5d
commit
ce9fc48910
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue