|
var songData = {type: "YouTube", id: song.id, title: song.title, artist: "", img: ""};
|
|
var songData = {type: "YouTube", id: song.id, title: song.title, artist: "", img: ""};
|
|
Meteor.call("addSongToQueue", Session.get("type"), songData, function(err, res) {
|
|
Meteor.call("addSongToQueue", Session.get("type"), songData, function(err, res) {
|