From 8eb7e41d16c4be6c110a24ae15e57d9d34c173bb Mon Sep 17 00:00:00 2001 From: floppyD Date: Thu, 25 Jul 2019 20:43:48 -0300 Subject: [PATCH] Fixed typo --- mpv.net/Misc/Command.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv.net/Misc/Command.cs b/mpv.net/Misc/Command.cs index 4e89a95..3f3172a 100644 --- a/mpv.net/Misc/Command.cs +++ b/mpv.net/Misc/Command.cs @@ -239,7 +239,7 @@ namespace mpvnet td.AddCommandLink("Register video file extensions", "video"); td.AddCommandLink("Register audio file extensions", "audio"); - td.AddCommandLink("Register audio file extensions", "image"); + td.AddCommandLink("Register image file extensions", "image"); td.AddCommandLink("Unregister file extensions", "unreg"); string result = td.Show(); @@ -257,4 +257,4 @@ namespace mpvnet } } } -} \ No newline at end of file +}