mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Don't hang on parsable, non-matched releases
This commit is contained in:
parent
40b5702ca6
commit
7120a20984
@ -111,7 +111,7 @@ public void Import(TrackedDownload trackedDownload)
|
||||
|
||||
var outputPath = trackedDownload.DownloadItem.OutputPath.FullPath;
|
||||
|
||||
if (trackedDownload.RemoteMovie == null)
|
||||
if (trackedDownload.RemoteMovie?.Movie == null)
|
||||
{
|
||||
trackedDownload.State = TrackedDownloadState.ImportPending;
|
||||
trackedDownload.Warn("Unknown Movie", outputPath);
|
||||
|
Loading…
Reference in New Issue
Block a user