mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying some bugtesting
This commit is contained in:
@@ -46,6 +46,8 @@ var playing = false;
|
|||||||
//play new song
|
//play new song
|
||||||
socket.on(chan.toLowerCase()+",np", function(obj)
|
socket.on(chan.toLowerCase()+",np", function(obj)
|
||||||
{
|
{
|
||||||
|
console.log(obj);
|
||||||
|
console.log("gotten new song");
|
||||||
video_id = obj[0][0]["id"];
|
video_id = obj[0][0]["id"];
|
||||||
conf = obj[1][0];
|
conf = obj[1][0];
|
||||||
time = obj[2];
|
time = obj[2];
|
||||||
|
|||||||
Reference in New Issue
Block a user