CC-3174 : showbuilder
showing message if some files could not be deleted since they were scheduled.
This commit is contained in:
parent
0f91f91c41
commit
bc1d519408
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ var AIRTIME = (function(AIRTIME){
|
||||||
$.post("/library/delete",
|
$.post("/library/delete",
|
||||||
{"format": "json", "media": aMedia},
|
{"format": "json", "media": aMedia},
|
||||||
function(json){
|
function(json){
|
||||||
|
if (json.message !== undefined) {
|
||||||
|
alert(json.message);
|
||||||
|
}
|
||||||
|
|
||||||
oLibTT.fnSelectNone();
|
oLibTT.fnSelectNone();
|
||||||
oLibTable.fnDraw();
|
oLibTable.fnDraw();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue