Fixed: Don't hang on parsable, non-matched releases

This commit is contained in:
Qstick 2020-06-20 15:39:11 -04:00
parent 40b5702ca6
commit 7120a20984
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ namespace NzbDrone.Core.Download
var outputPath = trackedDownload.DownloadItem.OutputPath.FullPath;
if (trackedDownload.RemoteMovie == null)
if (trackedDownload.RemoteMovie?.Movie == null)
{
trackedDownload.State = TrackedDownloadState.ImportPending;
trackedDownload.Warn("Unknown Movie", outputPath);