CC-1665: Scheduled stream rebroadcasting and recording
-make sure webstream length is properly updated in browser view after editing
This commit is contained in:
parent
1aa73c7347
commit
cad0a8fbd7
2 changed files with 5 additions and 0 deletions
|
@ -602,6 +602,10 @@ var AIRTIME = (function(AIRTIME){
|
|||
var $ws_id = $("#ws_delete");
|
||||
$ws_id.show();
|
||||
|
||||
|
||||
var length = $("#side_playlist #ws_length");
|
||||
length.text(json.length);
|
||||
|
||||
//redraw the library to show the new webstream
|
||||
redrawLib();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue