window title fix

This commit is contained in:
stax76
2022-07-02 09:35:15 +02:00
parent 1015f87533
commit 03b775370b
2 changed files with 27 additions and 3 deletions

View File

@@ -1194,6 +1194,9 @@ namespace mpvnet
{
string file = files[i];
if (file.Contains("|"))
file = file.Substring(0, file.IndexOf("|"));
if (file.Ext() == "avs")
LoadAviSynth();