vlc | branch: master | Francois Cartegnie <[email protected]> | Wed Sep 21 14:19:27 2011 +0200| [abdcbe28a66368efd934d150416878ab84c96a36] | committer: Francois Cartegnie
web intf: update UI selection on playlist item change > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=abdcbe28a66368efd934d150416878ab84c96a36 --- share/lua/http/js/controlers.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/share/lua/http/js/controlers.js b/share/lua/http/js/controlers.js index 105a8a5..a025d49 100644 --- a/share/lua/http/js/controlers.js +++ b/share/lua/http/js/controlers.js @@ -450,6 +450,7 @@ $(function(){ event.preventDefault(); current_id = $(this).parent().attr('id').substr(5); sendCommand('command=pl_play&id=' + current_id); + updatePlayList(); }); updateStatus(); updateStreams(); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
