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, {
name: '',
start: 0,
duration: this.totalDuration,
duration: this.totalDuration - (marker.start || 0),
config: {
mute: false,
volume: 1,