CC-1665: Scheduled stream rebroadcasting and recording

-fixed clicking save multiple times creates multiple smart playlists
This commit is contained in:
Martin Konecny 2012-08-16 17:49:07 -04:00
parent 12ddf30049
commit e511f7cd37
3 changed files with 22 additions and 6 deletions

View file

@ -579,6 +579,10 @@ var AIRTIME = (function(AIRTIME){
$status.html(json.statusMessage);
$status.show();
setTimeout(function(){$status.fadeOut("slow", function(){$status.empty()})}, 5000);
var $ws_id = $("#ws_id");
$ws_id.attr("value", json.streamId);
//redraw the library to show the new webstream
redrawLib();
}