style: auto-fix linting issues
This commit is contained in:
parent
eb61e87980
commit
a885e3d05a
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ export class Player {
|
||||||
audioContextManager.init(this.audio);
|
audioContextManager.init(this.audio);
|
||||||
this.applyReplayGain();
|
this.applyReplayGain();
|
||||||
}
|
}
|
||||||
await audioContextManager.resume();
|
await audioContextManager.resume();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await this.audio.play();
|
await this.audio.play();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue