@ -15,6 +15,7 @@ public record MediaItemInfo(
string DisplayAspectRatio,
string RFrameRate,
VideoScanKind VideoScanKind,
double? InterlacedRatio,
int Width,
int Height,
List<MediaItemInfoStream> Streams,
@ -147,6 +147,7 @@ public class GetMediaItemInfoHandler : IRequestHandler<GetMediaItemInfo, Either<
version.DisplayAspectRatio,
version.RFrameRate,
version.VideoScanKind,
version.InterlacedRatio,
version.Width,
version.Height,
allStreams,