vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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 }, _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
