fix: remove debug line
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
This commit is contained in:
parent
b8a65b193f
commit
f961e3ff8c
|
@ -93,7 +93,6 @@ export const useTracks = createGlobalState(() => {
|
||||||
|
|
||||||
const SoundImplementation = soundImplementation.value
|
const SoundImplementation = soundImplementation.value
|
||||||
const sound = new SoundImplementation(sources)
|
const sound = new SoundImplementation(sources)
|
||||||
sound.track = track.title
|
|
||||||
|
|
||||||
sound.onSoundEnd(() => {
|
sound.onSoundEnd(() => {
|
||||||
console.log('TRACK ENDED, PLAYING NEXT')
|
console.log('TRACK ENDED, PLAYING NEXT')
|
||||||
|
|
Loading…
Reference in New Issue