1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Update parser to recognize [] and year at the beginning. Fixes #155, fixes #137 and fixes #136.

This commit is contained in:
Leonardo Galli
2017-01-11 21:49:59 +01:00
parent d42165a93a
commit 8e8c4ff497
3 changed files with 20 additions and 5 deletions
@@ -189,7 +189,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
{
var lowerTitle = title.ToLower();
var parserResult = Parser.Parser.ParseMovieTitle(title);
var parserResult = Parser.Parser.ParseMovieTitle(title, true);
var yearTerm = "";