mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixing bugfix
This commit is contained in:
@@ -407,10 +407,11 @@ function change_song(coll, id, np_id)
|
|||||||
now_playing:false,
|
now_playing:false,
|
||||||
votes:0,
|
votes:0,
|
||||||
guids:[]
|
guids:[]
|
||||||
},{multi:true}}, function(err, docs)
|
}},{multi:true}, function(err, docs)
|
||||||
{
|
{
|
||||||
change_song_post(coll);
|
change_song_post(coll);
|
||||||
});
|
});
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user