CC-5172 : errors from setting cues in waveform editor not handled properly
This commit is contained in:
parent
d82725cb54
commit
0bfcd32554
3 changed files with 34 additions and 2 deletions
|
@ -383,6 +383,7 @@ class PlaylistController extends Zend_Controller_Action
|
|||
$this->createUpdateResponse($obj);
|
||||
} else {
|
||||
$this->view->cue_error = $response["error"];
|
||||
$this->view->code = $response["type"];
|
||||
}
|
||||
} catch (PlaylistOutDatedException $e) {
|
||||
$this->playlistOutdated($e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue