CC-1665: Scheduled stream rebroadcasting and recording
-fixed clicking save multiple times creates multiple smart playlists
This commit is contained in:
parent
12ddf30049
commit
e511f7cd37
3 changed files with 22 additions and 6 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue