]> git.sesse.net Git - vlc/commitdiff
web intf: update UI selection on playlist item change
authorFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 21 Sep 2011 12:19:27 +0000 (14:19 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 21 Sep 2011 12:19:27 +0000 (14:19 +0200)
share/lua/http/js/controlers.js

index 105a8a59bd9114c9d8c94a27f315a1f6bc7532c5..a025d496822d9623d14694b0067969c064b44041 100644 (file)
@@ -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();