Skip to content

Commit af89faa

Browse files
Adjusted default marker duration value calculation
1 parent 942fd09 commit af89faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/BaseSound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ var BaseSound = new Class({
270270
marker = Extend(true, {
271271
name: '',
272272
start: 0,
273-
duration: this.totalDuration,
273+
duration: this.totalDuration - (marker.start || 0),
274274
config: {
275275
mute: false,
276276
volume: 1,

0 commit comments

Comments
 (0)