Should fix queueService failed while processing

(#178)
Leonardo Galli 8 years ago
parent 1b035f8657
commit 84112dc85b

@ -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)
{

Loading…
Cancel
Save