Added more error-message on error fetching song-data

This commit is contained in:
Kasper Rynning-Tønnesen
2018-08-28 12:54:43 +02:00
parent 9852da491b
commit 46996881cb

View File

@@ -98,7 +98,7 @@ function check_error_video(msg, channel) {
findSimilar(msg, channel, true, undefined)
}
} catch(e){
console.log(e);
console.log(msg.id, key, e, body);
}
});
}