CC-1665: Scheduled stream rebroadcasting and recording
-refresh library to show new stream after save
This commit is contained in:
parent
47ae223a1c
commit
1dddaa0ba2
1 changed files with 2 additions and 0 deletions
|
@ -559,6 +559,8 @@ var AIRTIME = (function(AIRTIME){
|
||||||
$status.html(json.statusMessage);
|
$status.html(json.statusMessage);
|
||||||
$status.show();
|
$status.show();
|
||||||
setTimeout(function(){$status.fadeOut("slow", function(){$status.empty()})}, 5000);
|
setTimeout(function(){$status.fadeOut("slow", function(){$status.empty()})}, 5000);
|
||||||
|
//redraw the library to show the new webstream
|
||||||
|
redrawLib();
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue