diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-26 11:22:17 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-26 11:22:17 -0500 |
| commit | af49f6d2320f1b73396b9733275e48bb2b8a4e52 (patch) | |
| tree | b16fe1fa655586f68f5a883c01528fe697a4c5aa /MediaBrowser.Controller | |
| parent | 77e01e2461124af6229d0e10b7df01ef64802171 (diff) | |
| parent | c82afc6a8fcc4562930cc874a370ffb04ebb48f0 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Library/TVUtils.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/TVUtils.cs b/MediaBrowser.Controller/Library/TVUtils.cs index 7a5722746..65308bd10 100644 --- a/MediaBrowser.Controller/Library/TVUtils.cs +++ b/MediaBrowser.Controller/Library/TVUtils.cs @@ -257,7 +257,7 @@ namespace MediaBrowser.Controller.Library if (match != null) { - return ParseEpisodeNumber(match.Value); + return ParseEpisodeNumber(match.Groups["epnumber"].Value); } } |
