new JavaScript added to show playlist with small font size

This commit is contained in:
Frank Skare
2019-07-25 12:27:13 +02:00
parent dfc1ac712e
commit 2068bfb6fa
6 changed files with 13 additions and 8 deletions

View File

@@ -429,7 +429,7 @@ namespace mpvnet
Marshal.FreeHGlobal(mainPtr);
}
public static void command_string(string command, bool throwException = false)
public static void command(string command, bool throwException = false)
{
if (Handle == IntPtr.Zero) return;
int err = mpv_command_string(Handle, command);