From 0ca72bf4447a5c584cd0407195910f1bd5d5557f Mon Sep 17 00:00:00 2001 From: ta264 Date: Wed, 18 Dec 2019 21:55:44 +0000 Subject: [PATCH] Fixed: Null exception on EnhanceMovieInfo Fixes SENTRY Radarr-3KM --- src/NzbDrone.Core/Parser/ParsingService.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/NzbDrone.Core/Parser/ParsingService.cs b/src/NzbDrone.Core/Parser/ParsingService.cs index 3cfde5f37..a97b39505 100644 --- a/src/NzbDrone.Core/Parser/ParsingService.cs +++ b/src/NzbDrone.Core/Parser/ParsingService.cs @@ -8,15 +8,12 @@ using NzbDrone.Core.CustomFormats; using NzbDrone.Core.DecisionEngine; using NzbDrone.Core.IndexerSearch.Definitions; -using NzbDrone.Core.MediaFiles; -using NzbDrone.Core.MediaFiles.MediaInfo; using NzbDrone.Core.Movies.AlternativeTitles; using NzbDrone.Core.Parser.Model; using NzbDrone.Core.Parser.RomanNumerals; using NzbDrone.Core.Qualities; using NzbDrone.Core.Movies; using NzbDrone.Core.Parser.Augmenters; -using NzbDrone.Core.Languages; namespace NzbDrone.Core.Parser { @@ -84,11 +81,14 @@ public ParsedMovieInfo EnhanceMovieInfo(ParsedMovieInfo minimalInfo, List