From 57ae950d62e96aec190ce7b38c1ddea4038eadda Mon Sep 17 00:00:00 2001 From: stax76 Date: Sun, 27 Aug 2017 09:56:42 +0200 Subject: [PATCH] - --- LICENSE => LICENSE.txt | 0 README.md | 4 +++- mpvnet/MainForm.cs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/README.md b/README.md index ab37852..ac84739 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# mpvnet \ No newline at end of file +# mpvnet + +libmpv based media play with dotnet addons. \ No newline at end of file diff --git a/mpvnet/MainForm.cs b/mpvnet/MainForm.cs index 83248fb..5d117c3 100644 --- a/mpvnet/MainForm.cs +++ b/mpvnet/MainForm.cs @@ -258,7 +258,7 @@ namespace mpvnet protected override void OnFormClosed(FormClosedEventArgs e) { base.OnFormClosed(e); - mpv.Terminate(); + mpv.Command("quit"); } bool IsMouseInOSC()