提交 1bdde630 编写于 作者: J Jerome Laban

chore: Adjust IsVideo property update

上级 96a9ca18
......@@ -120,6 +120,7 @@ public partial class MediaPlayerExtension : IMediaPlayerExtension
&& _player.IsVideo
&& Events is not null)
{
IsVideo = _player.IsVideo;
Events?.RaiseVideoRatioChanged(Math.Max(1, (double)_player.VideoRatio));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册