diff --git a/front/src/composables/audio/tracks.ts b/front/src/composables/audio/tracks.ts index ffd6f8b52..48f3624b1 100644 --- a/front/src/composables/audio/tracks.ts +++ b/front/src/composables/audio/tracks.ts @@ -93,7 +93,6 @@ export const useTracks = createGlobalState(() => { const SoundImplementation = soundImplementation.value const sound = new SoundImplementation(sources) - sound.track = track.title sound.onSoundEnd(() => { console.log('TRACK ENDED, PLAYING NEXT')