From a885e3d05afa7b1375ba48d2fc04e1b670bc76c2 Mon Sep 17 00:00:00 2001 From: edidealt <196915955+edidealt@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:23:30 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/player.js b/js/player.js index 5976960..75bdc36 100644 --- a/js/player.js +++ b/js/player.js @@ -264,7 +264,7 @@ export class Player { audioContextManager.init(this.audio); this.applyReplayGain(); } - await audioContextManager.resume(); + await audioContextManager.resume(); try { await this.audio.play();