Adjusted default marker duration value calculation

This commit is contained in:
Pavle Goloskokovic 2018-02-18 15:55:56 +01:00
parent 942fd09397
commit af89faa83e

View file

@ -270,7 +270,7 @@ var BaseSound = new Class({
marker = Extend(true, { marker = Extend(true, {
name: '', name: '',
start: 0, start: 0,
duration: this.totalDuration, duration: this.totalDuration - (marker.start || 0),
config: { config: {
mute: false, mute: false,
volume: 1, volume: 1,