mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
Added Video3DFormat property
This commit is contained in:
@@ -449,7 +449,7 @@ namespace MediaBrowser.Controller.Dto
|
||||
if (video != null)
|
||||
{
|
||||
dto.VideoType = video.VideoType;
|
||||
dto.VideoFormat = video.VideoFormat;
|
||||
dto.Video3DFormat = video.Video3DFormat;
|
||||
dto.IsoType = video.IsoType;
|
||||
|
||||
dto.PartCount = video.AdditionalPartIds.Count + 1;
|
||||
|
||||
Reference in New Issue
Block a user