mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
logging the songchanges
This commit is contained in:
@@ -343,6 +343,8 @@ function change_song(coll, id)
|
||||
guids:[]
|
||||
}}, function(err, docs)
|
||||
{
|
||||
console.log(err);
|
||||
console.log(docs);
|
||||
change_song_post(coll);
|
||||
});
|
||||
}else{
|
||||
@@ -353,6 +355,8 @@ function change_song(coll, id)
|
||||
guids:[]
|
||||
}}, function(err, docs)
|
||||
{
|
||||
console.log(err);
|
||||
console.log(docs);
|
||||
change_song_post(coll);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user