|
|
@ -426,7 +426,7 @@ namespace NzbDrone.Core.Parser
|
|
|
|
movie = _movieService.FindByImdbId(imdbId);
|
|
|
|
movie = _movieService.FindByImdbId(imdbId);
|
|
|
|
|
|
|
|
|
|
|
|
//Should fix practically all problems, where indexer is shite at adding correct imdbids to movies.
|
|
|
|
//Should fix practically all problems, where indexer is shite at adding correct imdbids to movies.
|
|
|
|
if (parsedMovieInfo.Year > 1800 && parsedMovieInfo.Year != movie.Year)
|
|
|
|
if (movie != null && parsedMovieInfo.Year > 1800 && parsedMovieInfo.Year != movie.Year)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
movie = null;
|
|
|
|
movie = null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|