style: auto-fix linting issues

This commit is contained in:
edidealt 2026-03-01 10:23:30 +00:00 committed by github-actions[bot]
parent eb61e87980
commit a885e3d05a

View file

@ -264,7 +264,7 @@ export class Player {
audioContextManager.init(this.audio);
this.applyReplayGain();
}
await audioContextManager.resume();
await audioContextManager.resume();
try {
await this.audio.play();