Commit abdcbe28 authored by Francois Cartegnie's avatar Francois Cartegnie

web intf: update UI selection on playlist item change

parent db05c860
...@@ -450,6 +450,7 @@ $(function(){ ...@@ -450,6 +450,7 @@ $(function(){
event.preventDefault(); event.preventDefault();
current_id = $(this).parent().attr('id').substr(5); current_id = $(this).parent().attr('id').substr(5);
sendCommand('command=pl_play&id=' + current_id); sendCommand('command=pl_play&id=' + current_id);
updatePlayList();
}); });
updateStatus(); updateStatus();
updateStreams(); updateStreams();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment