error message removal and release script fix

This commit is contained in:
Frank Skare
2021-03-09 09:15:47 +01:00
parent a52de9039d
commit c5e445da17
3 changed files with 7 additions and 15 deletions

View File

@@ -150,12 +150,6 @@ namespace mpvnet
public void ProcessProperty(string name, string value)
{
foreach (char i in name)
if (char.IsUpper(i))
Msg.ShowError("Uppercase char detected: " + name,
"mpv properties using the command line and the mpv.conf " +
"config file are required to be lowercase.");
switch (name)
{
case "autofit":