diff --git a/front/src/api/player.ts b/front/src/api/player.ts index a043f5fa8..f1d83c281 100644 --- a/front/src/api/player.ts +++ b/front/src/api/player.ts @@ -55,6 +55,7 @@ export class HTMLSound implements Sound { constructor (sources: SoundSource[]) { // TODO: Quality picker + this.#audio.crossOrigin = 'anonymous' this.#audio.src = sources[0].url this.#audio.preload = 'auto'