Fixing bugfix

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-18 13:32:12 +02:00
parent e904264f68
commit b43d9f4ab0

View File

@@ -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);
}); });
}
}) })
} }