diff --git a/mpv.net/WinForms/MainForm.cs b/mpv.net/WinForms/MainForm.cs index fa76867..f13e74d 100644 --- a/mpv.net/WinForms/MainForm.cs +++ b/mpv.net/WinForms/MainForm.cs @@ -548,7 +548,7 @@ namespace mpvnet BuildMenu(); ContextMenuStrip = ContextMenu; IgnoreDpiChanged = false; - CheckURL(); + CheckURL(); } protected override void OnFormClosed(FormClosedEventArgs e) diff --git a/mpv.net/mpv/mp.cs b/mpv.net/mpv/mp.cs index 2223dd2..96db6f2 100644 --- a/mpv.net/mpv/mp.cs +++ b/mpv.net/mpv/mp.cs @@ -149,7 +149,7 @@ namespace mpvnet { string dummy = MpvConfFolder; LoadLibrary("mpv-1.dll"); - MpvHandle = mpv_create(); + MpvHandle = mpv_create(); set_property_string("input-default-bindings", "yes"); set_property_string("osc", "yes"); set_property_string("config", "yes");