Should help identify problem with queue trying to reimport stuff.

This commit is contained in:
Leonardo Galli 2017-01-14 13:00:10 +01:00
parent dc7e75187c
commit d18b15d504
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ namespace NzbDrone.Core.Download
if (historyItem != null)
{
movie = _movieService.GetMovie(historyItem.MovieId);
if (movie.HasFile)
if (movie.MovieFile != null)
{
movie.MovieFile.LazyLoad();
if (movie.MovieFile.Value != null)