This commit is contained in:
Luke Pulverenti
2013-11-26 11:22:17 -05:00
2 changed files with 12 additions and 1 deletions

View File

@@ -257,7 +257,7 @@ namespace MediaBrowser.Controller.Library
if (match != null)
{
return ParseEpisodeNumber(match.Value);
return ParseEpisodeNumber(match.Groups["epnumber"].Value);
}
}