Started on player controls, but volume slider is not complying

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-14 00:22:34 +02:00
parent d8aff2fe44
commit 5192258888
6 changed files with 57 additions and 17 deletions

View File

@@ -32,10 +32,6 @@ socket.on("skipping", function(obj)
function populate_list(msg)
{
console.log(msg);
for(obj in msg)
{
console.log(msg[obj]);
}
$("#wrapper").empty();