Give feedback when a queue fails

This commit is contained in:
calzoneman 2013-05-19 13:06:39 -04:00
parent 01fc746334
commit cf2e1213a9
3 changed files with 44 additions and 22 deletions

View file

@ -549,6 +549,10 @@ Callbacks = {
$(li).show("blind");
},
queueFail: function() {
alert("Queue failed. Double check your link to make sure the video exists.");
},
setTemp: function(data) {
var li = $("#queue").children()[data.idx];
var buttons = $(li).find(".qe_btn");