mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 02:54:43 +01:00
added series level settings to control display of specials
This commit is contained in:
@@ -34,6 +34,7 @@ namespace MediaBrowser.Model.Dto
|
||||
public int? AirsAfterSeasonNumber { get; set; }
|
||||
public int? AirsBeforeEpisodeNumber { get; set; }
|
||||
public int? AbsoluteEpisodeNumber { get; set; }
|
||||
public bool? DisplaySpecialsWithSeasons { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the DVD season number.
|
||||
|
||||
@@ -59,7 +59,7 @@ namespace MediaBrowser.Model.Querying
|
||||
/// <summary>
|
||||
/// The metadata settings
|
||||
/// </summary>
|
||||
MetadataSettings,
|
||||
Settings,
|
||||
|
||||
/// <summary>
|
||||
/// The original run time ticks
|
||||
|
||||
Reference in New Issue
Block a user