mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
parent
1b035f8657
commit
84112dc85b
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue