mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
trying something crazy on a limb here
This commit is contained in:
@@ -118,7 +118,7 @@ io.on('connection', function(socket){
|
||||
}else
|
||||
{
|
||||
|
||||
if(startTime+np[0]["duration"]<=get_time()-1)
|
||||
if(startTime+np[0]["duration"]<=get_time()-5)
|
||||
{
|
||||
db.collection(coll).update({now_playing:true, id:id},
|
||||
{$set:{
|
||||
|
||||
Reference in New Issue
Block a user