mirror of https://github.com/Radarr/Radarr
parent
1b035f8657
commit
84112dc85b
|
@ -109,7 +109,11 @@ namespace NzbDrone.Core.Download
|
||||||
|
|
||||||
if (movie == null)
|
if (movie == null)
|
||||||
{
|
{
|
||||||
movie = _movieService.GetMovie(historyItem.MovieId);
|
if (historyItem != null)
|
||||||
|
{
|
||||||
|
movie = _movieService.GetMovie(historyItem.MovieId);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if (movie == null)
|
if (movie == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue