mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Fix playback path
This commit is contained in:
parent
24cb32ceea
commit
20157e489e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export default {
|
|||
|
||||
// Set the song as the current song
|
||||
queueStore.current(song);
|
||||
this.player.source(`${sharedStore.state.cdnUrl}/api/${song.id}/play?jwt-token=${ls.get('jwt-token')}`);
|
||||
this.player.source(`${sharedStore.state.cdnUrl}api/${song.id}/play?jwt-token=${ls.get('jwt-token')}`);
|
||||
|
||||
// We'll just "restart" playing the song, which will handle notification, scrobbling etc.
|
||||
this.restart();
|
||||
|
|
Loading…
Reference in a new issue