mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-10 01:38:49 +01:00
#712 - Support grouping multiple versions of a movie
This commit is contained in:
@@ -1082,6 +1082,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
dto.IsHD = video.IsHD;
|
||||
|
||||
dto.PartCount = video.AdditionalPartIds.Count + 1;
|
||||
dto.HasAlternateVersions = video.HasAlternateVersions;
|
||||
|
||||
if (fields.Contains(ItemFields.Chapters))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user