Merge branch 'master' of dev.sourcefabric.org:campcaster
This commit is contained in:
commit
351983c3c4
13 changed files with 428 additions and 367 deletions
|
@ -935,12 +935,14 @@ class Playlist {
|
|||
$row->setDbPlaylistId($plId);
|
||||
$row->setDbFileId($fileId);
|
||||
$row->setDbPosition($pos);
|
||||
$row->save();
|
||||
|
||||
$row->setDbCliplength($clipLength);
|
||||
$row->setDbCuein($cuein);
|
||||
$row->setDbCueout($cueout);
|
||||
$row->setDbFadein($fadeIn);
|
||||
$row->setDbFadeout($fadeOut);
|
||||
$row->save();
|
||||
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue