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
|
@ -150,6 +150,7 @@ class WebstreamController extends Zend_Controller_Action
|
|||
|
||||
$this->view->statusMessage = "<div class='success'>Webstream saved.</div>";
|
||||
$this->view->streamId = $streamId;
|
||||
$this->view->length = $di->format("%Hh %Im");
|
||||
} else {
|
||||
throw new Exception("isValid returned false");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue