Set volume on initial update

pull/1148/head
Jacob Mischka 8 years ago
parent fa6998d2bc
commit 50dcb882fb
No known key found for this signature in database
GPG Key ID: 50A869F8CD9CBB9C

@ -75,6 +75,8 @@ export default class Binding extends Node {
if (this.name === 'currentTime' || this.name === 'volume') {
updateCondition = `!isNaN(${snippet})`;
if (this.name === 'currentTime')
initialUpdate = null;
}

Loading…
Cancel
Save