mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
Fixed: Backend/Frontend Cleanup
This commit is contained in:
@@ -110,7 +110,7 @@ namespace NzbDrone.Core.MediaFiles.MovieImport.Manual
|
||||
|
||||
if (movie == null)
|
||||
{
|
||||
movie = trackedDownload.RemoteMovie.Movie;
|
||||
movie = trackedDownload.RemoteMovie?.Movie;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user