1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -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
@@ -265,7 +265,6 @@ namespace NzbDrone.Core.DecisionEngine
e.Data.Add("parsed", remoteEpisode.ParsedEpisodeInfo.ToJson());
_logger.Error(e, "Couldn't evaluate decision on " + remoteEpisode.Release.Title + ", with spec: " + spec.GetType().Name);
return new Rejection(string.Format("{0}: {1}", spec.GetType().Name, e.Message));//TODO UPDATE SPECS!
return null;
}
return null;