mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
Display specials within seasons
This commit is contained in:
@@ -30,6 +30,12 @@ namespace MediaBrowser.Model.Dto
|
||||
/// <value>The date created.</value>
|
||||
public DateTime? DateCreated { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the special season number.
|
||||
/// </summary>
|
||||
/// <value>The special season number.</value>
|
||||
public int? SpecialSeasonNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the name of the sort.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user