diff --git a/src/LibVLCSharp/Media.cs b/src/LibVLCSharp/Media.cs index 640142c4..6fe7a5f4 100644 --- a/src/LibVLCSharp/Media.cs +++ b/src/LibVLCSharp/Media.cs @@ -484,7 +484,7 @@ public bool FileStat(FileStat type, out ulong value) /// structure that contain the statistics about the media /// public MediaStats Statistics => Native.LibVLCMediaGetStats(NativeReference, out var mediaStats) - ? default : mediaStats; + ? mediaStats : default; MediaEventManager? _eventManager; ///