mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 22:43:31 -07:00
Should help identify problem with queue trying to reimport stuff.
This commit is contained in:
parent
dc7e75187c
commit
d18b15d504
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ namespace NzbDrone.Core.Download
|
||||||
if (historyItem != null)
|
if (historyItem != null)
|
||||||
{
|
{
|
||||||
movie = _movieService.GetMovie(historyItem.MovieId);
|
movie = _movieService.GetMovie(historyItem.MovieId);
|
||||||
if (movie.HasFile)
|
if (movie.MovieFile != null)
|
||||||
{
|
{
|
||||||
movie.MovieFile.LazyLoad();
|
movie.MovieFile.LazyLoad();
|
||||||
if (movie.MovieFile.Value != null)
|
if (movie.MovieFile.Value != null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue