mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
added logging during app update, and IsHD
This commit is contained in:
@@ -275,7 +275,6 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
Name = item.Name,
|
||||
MediaType = item.MediaType,
|
||||
Type = item.GetType().Name,
|
||||
IsFolder = item.IsFolder,
|
||||
RunTimeTicks = item.RunTimeTicks
|
||||
};
|
||||
|
||||
@@ -959,6 +958,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
dto.VideoType = video.VideoType;
|
||||
dto.Video3DFormat = video.Video3DFormat;
|
||||
dto.IsoType = video.IsoType;
|
||||
dto.IsHD = video.IsHD;
|
||||
|
||||
dto.PartCount = video.AdditionalPartIds.Count + 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user