1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

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

View File

@ -112,7 +112,7 @@ public void Process(TrackedDownload trackedDownload, bool ignoreWarnings = false
if (historyItem != null)
{
movie = _movieService.GetMovie(historyItem.MovieId);
if (movie.HasFile)
if (movie.MovieFile != null)
{
movie.MovieFile.LazyLoad();
if (movie.MovieFile.Value != null)