mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 04:22:08 +00:00
#712 - group multiple versions
This commit is contained in:
@@ -88,6 +88,12 @@ namespace MediaBrowser.Model.Dto
|
||||
/// <value>The external urls.</value>
|
||||
public ExternalUrl[] ExternalUrls { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the media versions.
|
||||
/// </summary>
|
||||
/// <value>The media versions.</value>
|
||||
public List<MediaVersionInfo> MediaVersions { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the critic rating.
|
||||
/// </summary>
|
||||
|
||||
@@ -24,7 +24,5 @@ namespace MediaBrowser.Model.Dto
|
||||
public List<MediaStream> MediaStreams { get; set; }
|
||||
|
||||
public List<ChapterInfoDto> Chapters { get; set; }
|
||||
|
||||
public bool? IsHD { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,6 +76,11 @@ namespace MediaBrowser.Model.Querying
|
||||
/// </summary>
|
||||
Keywords,
|
||||
|
||||
/// <summary>
|
||||
/// The media versions
|
||||
/// </summary>
|
||||
MediaVersions,
|
||||
|
||||
/// <summary>
|
||||
/// The metadata settings
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user