diff options
| author | Luis Miguel Almánzar <ruisu15@gmail.com> | 2013-05-23 22:05:31 -0400 |
|---|---|---|
| committer | Luis Miguel Almánzar <ruisu15@gmail.com> | 2013-05-23 22:05:31 -0400 |
| commit | 96a4f93e7cb733feb7f563878f30cb9749612a57 (patch) | |
| tree | 2c7a2f236e2835068e8918ac2f622b3775aa1466 /MediaBrowser.Controller/Entities | |
| parent | 24921ea0fb29e359d2233b3c60fff2244e911fe4 (diff) | |
adding test to episode number extraction, and support multiepisode files
Diffstat (limited to 'MediaBrowser.Controller/Entities')
| -rw-r--r-- | MediaBrowser.Controller/Entities/TV/Episode.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/TV/Episode.cs b/MediaBrowser.Controller/Entities/TV/Episode.cs index dd1434cea6..2f1e036e02 100644 --- a/MediaBrowser.Controller/Entities/TV/Episode.cs +++ b/MediaBrowser.Controller/Entities/TV/Episode.cs @@ -176,6 +176,12 @@ namespace MediaBrowser.Controller.Entities.TV } /// <summary> + /// This is the ending episode number for double episodes. + /// </summary> + /// <value>The index number.</value> + public int? IndexNumberEnd { get; set; } + + /// <summary> /// Creates the name of the sort. /// </summary> /// <returns>System.String.</returns> |
