mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Tryng more fixes
This commit is contained in:
@@ -656,7 +656,7 @@ function change_song(coll, error)
|
||||
{
|
||||
db.collection(coll).find({now_playing:true}, function(err, now_playing_doc){
|
||||
if(error){
|
||||
console.log(now_playing_doc);
|
||||
console.log(error, coll, err);
|
||||
console.log(request);
|
||||
request('http://img.youtube.com/vi/'+now_playing_doc[0].id+'/mqdefault.jpg', function (err, response, body) {
|
||||
console.log(response);
|
||||
|
||||
Reference in New Issue
Block a user