1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Fixed: UpdateMovieQualityService Tests.

This commit is contained in:
Leonardo Galli
2018-11-07 20:50:00 +01:00
parent 4283de1e9e
commit 34c838fdd5
3 changed files with 5 additions and 2 deletions
@@ -72,7 +72,7 @@ namespace NzbDrone.Core.MediaFiles
ParsedMovieInfo parsedMovieInfo = null;
if (latestImportedName?.IsNotNullOrWhiteSpace() == false)
if (latestImportedName?.IsNotNullOrWhiteSpace() == true)
{
parsedMovieInfo = _parsingService.ParseMovieInfo(latestImportedName, helpers);
}