Small fix
This commit is contained in:
parent
4c2de70256
commit
90e235350f
|
@ -733,6 +733,7 @@ class Application_Model_Scheduler
|
||||||
if ($applyCrossfades) {
|
if ($applyCrossfades) {
|
||||||
$nextStartDT = $this->findTimeDifference($nextStartDT,
|
$nextStartDT = $this->findTimeDifference($nextStartDT,
|
||||||
$this->crossfadeDuration);
|
$this->crossfadeDuration);
|
||||||
|
$endTimeDT = $this->findEndTime($nextStartDT, $file['cliplength']);
|
||||||
$endTimeDT = $this->findTimeDifference($endTimeDT, $this->crossfadeDuration);
|
$endTimeDT = $this->findTimeDifference($endTimeDT, $this->crossfadeDuration);
|
||||||
/* Set it to false because the rest of the crossfades
|
/* Set it to false because the rest of the crossfades
|
||||||
* will be applied after we insert each item
|
* will be applied after we insert each item
|
||||||
|
|
Loading…
Reference in New Issue