Give feedback when a queue fails
This commit is contained in:
parent
01fc746334
commit
cf2e1213a9
3 changed files with 44 additions and 22 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue