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 +}