mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
fix scrolling in artist search page
This commit is contained in:
committed by
Mungai Njoroge
parent
6d8a9f880b
commit
fff2c53801
+1
-1
@@ -52,7 +52,7 @@ export default defineStore("Queue", {
|
||||
}
|
||||
|
||||
const track = this.tracklist[index];
|
||||
const uri = `${paths.api.files}/${track.id}-${track.trackhash}`;
|
||||
const uri = `${paths.api.files}/${track.trackhash}`;
|
||||
|
||||
new Promise((resolve, reject) => {
|
||||
audio.autoplay = true;
|
||||
|
||||
Reference in New Issue
Block a user