Should fix queueService failed while processing

(#178)
This commit is contained in:
Leonardo Galli 2017-01-12 21:48:02 +01:00
commit 84112dc85b

View file

@ -108,8 +108,12 @@ namespace NzbDrone.Core.Download
var movie = _parsingService.GetMovie(trackedDownload.DownloadItem.Title);
if (movie == null)
{
if (historyItem != null)
{
movie = _movieService.GetMovie(historyItem.MovieId);
}
if (movie == null)
{