Skip to content

Commit 7920ad3

Browse files
Setting config seek value to value provided to seek property setter
1 parent d7f65cc commit 7920ad3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ Object.defineProperty(WebAudioSound.prototype, 'seek', {
277277
}
278278
},
279279
set: function (value) {
280+
this.currentConfig.seek = value;
280281
}
281282
});
282283
module.exports = WebAudioSound;

0 commit comments

Comments
 (0)