store dvd episode numbers as floats to match tvdb

This commit is contained in:
Luke Pulverenti
2013-12-08 17:16:59 -05:00
parent 3c9b0a1fb6
commit 3c53aca46b
4 changed files with 4 additions and 4 deletions

View File

@@ -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