mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 18:10:54 +01:00
fixes #712 - multi-version grouping
This commit is contained in:
@@ -500,7 +500,7 @@ namespace MediaBrowser.Model.Dto
|
||||
/// </summary>
|
||||
/// <value>The part count.</value>
|
||||
public int? PartCount { get; set; }
|
||||
public int? AlternateVersionCount { get; set; }
|
||||
public int? MediaVersionCount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Determines whether the specified type is type.
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace MediaBrowser.Model.Dto
|
||||
{
|
||||
public class MediaVersionInfo
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string ItemId { get; set; }
|
||||
|
||||
public string Path { get; set; }
|
||||
|
||||
@@ -24,5 +24,7 @@ namespace MediaBrowser.Model.Dto
|
||||
public List<MediaStream> MediaStreams { get; set; }
|
||||
|
||||
public List<ChapterInfoDto> Chapters { get; set; }
|
||||
|
||||
public bool IsPrimaryVersion { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user