CC-4769: Duplicate Playlist: Fade in/out setting doesn't get copied correctly
- fixed
This commit is contained in:
parent
5e42695718
commit
dcdbc3160d
3 changed files with 8 additions and 9 deletions
|
@ -68,7 +68,8 @@ class CcPlaylistcontents extends BaseCcPlaylistcontents {
|
|||
$this->fadein = $dt->format('H:i:s').".".$microsecond;
|
||||
}
|
||||
$this->modifiedColumns[] = CcPlaylistcontentsPeer::FADEIN;
|
||||
|
||||
$this->save();
|
||||
|
||||
return $this;
|
||||
} // setDbFadein()
|
||||
|
||||
|
@ -105,7 +106,8 @@ class CcPlaylistcontents extends BaseCcPlaylistcontents {
|
|||
$this->fadeout = $dt->format('H:i:s').".".$microsecond;
|
||||
}
|
||||
$this->modifiedColumns[] = CcPlaylistcontentsPeer::FADEOUT;
|
||||
|
||||
$this->save();
|
||||
|
||||
return $this;
|
||||
} // setDbFadeout()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue