CC-5172 : errors from setting cues in waveform editor not handled properly
Conflicts: airtime_mvc/application/models/Playlist.php
This commit is contained in:
parent
0107f36206
commit
02292569f9
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ require_once 'formatters/LengthFormatter.php';
|
|||
*/
|
||||
class Application_Model_Playlist implements Application_Model_LibraryEditable
|
||||
{
|
||||
const CUE_ALL_ERROR = 0;
|
||||
const CUE_IN_ERROR = 1;
|
||||
const CUE_OUT_ERROR = 2;
|
||||
|
||||
/**
|
||||
* propel connection object.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue