Should fix queueService failed while processing

(#178)
pull/2/head
Leonardo Galli 8 years ago
parent 1b035f8657
commit 84112dc85b

@ -109,7 +109,11 @@ namespace NzbDrone.Core.Download
if (movie == null)
{
movie = _movieService.GetMovie(historyItem.MovieId);
if (historyItem != null)
{
movie = _movieService.GetMovie(historyItem.MovieId);
}
if (movie == null)
{

Loading…
Cancel
Save