[vlc-commits] cli: fix typo
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sat Oct 17 20:35:41 CEST 2020
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 17 12:30:09 2020 +0300| [d5fac581b51891c09a4239a8e64049398c835240] | committer: Rémi Denis-Courmont
cli: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d5fac581b51891c09a4239a8e64049398c835240
---
 modules/control/cli/cli.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/control/cli/cli.c b/modules/control/cli/cli.c
index b5b9d74295..32eeab82b4 100644
--- a/modules/control/cli/cli.c
+++ b/modules/control/cli/cli.c
@@ -206,7 +206,7 @@ static const struct
     { "get_title", PlayerGetTitle },
     { "snapshot", PlayerVoutSnapshot },
 
-    { "is_player", IsPlaying },
+    { "is_playing", IsPlaying },
     { "stats", Statistics },
     { "longhelp", Help },
     { "logout", LogOut },
    
    
More information about the vlc-commits
mailing list