ParseEpisodeInfo is now separated into ParseTitle and ParsePath

This commit is contained in:
kay.one 2011-06-29 16:31:16 -07:00
commit 07312780f1
4 changed files with 53 additions and 61 deletions

View file

@ -98,7 +98,7 @@ namespace NzbDrone.Core.Providers
return null;
}
var parseResult = Parser.ParseEpisodeInfo(filePath);
var parseResult = Parser.ParsePath(filePath);
if (parseResult == null)
return null;