CC-3174 : showbuilder
adding cue/fade columns to table fixing schedule fade out putting default fade between files not in a playlist.
This commit is contained in:
parent
6ecf2f94b0
commit
43d67c921d
6 changed files with 27 additions and 5 deletions
|
@ -176,7 +176,7 @@ class CcSchedule extends BaseCcSchedule {
|
|||
}
|
||||
}
|
||||
|
||||
$this->fadeIout = $dt->format('H:i:s.u');
|
||||
$this->fade_out = $dt->format('H:i:s.u');
|
||||
$this->modifiedColumns[] = CcSchedulePeer::FADE_OUT;
|
||||
|
||||
return $this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue