mirror of
https://github.com/Radarr/Radarr
synced 2026-02-15 03:04:58 +01:00
parent
1b035f8657
commit
84112dc85b
1 changed files with 5 additions and 1 deletions
|
|
@ -109,7 +109,11 @@ public void Process(TrackedDownload trackedDownload, bool ignoreWarnings = false
|
|||
|
||||
if (movie == null)
|
||||
{
|
||||
movie = _movieService.GetMovie(historyItem.MovieId);
|
||||
if (historyItem != null)
|
||||
{
|
||||
movie = _movieService.GetMovie(historyItem.MovieId);
|
||||
}
|
||||
|
||||
|
||||
if (movie == null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue