Looping, increase/decrease volume fix
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user