Looping, increase/decrease volume fix

This commit is contained in:
Sam Potts
2017-11-08 00:37:14 +11:00
parent 1a5f4b1b9e
commit c948e95ade
7 changed files with 52 additions and 29 deletions

View File

@ -71,12 +71,13 @@ const ui = {
// Set volume
this.volume = null;
// this.muted = null;
// Set playback speed
this.speed = null;
// Set loop
// this.setLoop();
this.loop = null;
// Reset time display
ui.timeUpdate.call(this);