fix scrolling in artist search page

This commit is contained in:
geoffrey45
2022-12-02 22:45:06 +03:00
committed by Mungai Njoroge
parent 6d8a9f880b
commit fff2c53801
6 changed files with 35 additions and 12 deletions
+1 -1
View File
@@ -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;