mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 00:39:25 +01:00
store dvd episode numbers as floats to match tvdb
This commit is contained in:
@@ -43,7 +43,7 @@ namespace MediaBrowser.Model.Dto
|
||||
/// 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>
|
||||
/// Gets or sets the name of the sort.
|
||||
|
||||
Reference in New Issue
Block a user