aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-08 17:16:59 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-08 17:16:59 -0500
commit3c53aca46b7d1324d02a44ec2d7285986b7a85ad (patch)
tree66b6385c7fd2a10e2d69257eaf4108123021b551 /MediaBrowser.Controller
parent3c9b0a1fb6ce1f209b69cdf6b3f5e1604203e215 (diff)
store dvd episode numbers as floats to match tvdb
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/Entities/TV/Episode.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/TV/Episode.cs b/MediaBrowser.Controller/Entities/TV/Episode.cs
index 4e94c3942..f24d86408 100644
--- a/MediaBrowser.Controller/Entities/TV/Episode.cs
+++ b/MediaBrowser.Controller/Entities/TV/Episode.cs
@@ -49,7 +49,7 @@ namespace MediaBrowser.Controller.Entities.TV
/// Gets or sets the DVD episode number.
/// </summary>
/// <value>The DVD episode number.</value>
- public int? DvdEpisodeNumber { get; set; }
+ public float? DvdEpisodeNumber { get; set; }
/// <summary>
/// We want to group into series not show individually in an index