mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added support so internet explorer
This commit is contained in:
@@ -104,8 +104,8 @@ io.on('connection', function(socket){
|
||||
socket.on('end', function(arg)
|
||||
{
|
||||
db.collection(coll).find({now_playing:true}, function(err, docs){
|
||||
if(docs.length > 0 && docs[0]["id"] == arg){
|
||||
change_song(coll);
|
||||
if(docs.length > 0 && docs[0]["id"] == arg){
|
||||
change_song(coll, arg);
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user