CC-1665: Scheduled stream rebroadcasting and recording

-refresh library to show new stream after save
This commit is contained in:
Martin Konecny 2012-08-07 19:49:26 -04:00
parent 47ae223a1c
commit 1dddaa0ba2

View file

@ -559,6 +559,8 @@ var AIRTIME = (function(AIRTIME){
$status.html(json.statusMessage);
$status.show();
setTimeout(function(){$status.fadeOut("slow", function(){$status.empty()})}, 5000);
//redraw the library to show the new webstream
redrawLib();
}
});