CC-5190 : Playlist: Copy playlist will lost cue in/out setting
This commit is contained in:
parent
bc22a8a871
commit
1fa0ee49d6
2 changed files with 25 additions and 12 deletions
|
@ -393,7 +393,8 @@ class LibraryController extends Zend_Controller_Action
|
|||
}
|
||||
$c[0] = $c['item_id'];
|
||||
}
|
||||
$newPl->addAudioClips($contents, null, 'begining');
|
||||
|
||||
$newPl->addAudioClips($contents, null, 'before');
|
||||
|
||||
$newPl->setCreator(Application_Model_User::getCurrentUser()->getId());
|
||||
$newPl->setDescription($originalPl->getDescription());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue