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,7 +75,9 @@ export default class Binding extends Node {
if (this.name === 'currentTime' || this.name === 'volume') {
updateCondition = `!isNaN(${snippet})`;
initialUpdate = null;
if (this.name === 'currentTime')
initialUpdate = null;
}
if (this.name === 'paused') {

Loading…
Cancel
Save