mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 03:34:46 +03:00
store dvd episode numbers as floats to match tvdb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user