mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
New: Removed the whole lenient parsing and lenient mapping functionality
This commit is contained in:
committed by
Qstick
parent
5f5391db47
commit
51de8f16fb
@@ -290,7 +290,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
||||
|
||||
lowerTitle = lowerTitle.Replace(".", "");
|
||||
|
||||
var parserResult = Parser.Parser.ParseMovieTitle(title, true, true);
|
||||
var parserResult = Parser.Parser.ParseMovieTitle(title, true);
|
||||
|
||||
var yearTerm = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user