mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
add hover state to playlist card
This commit is contained in:
+4
-2
@@ -208,9 +208,11 @@ export default defineStore("Queue", {
|
||||
this.tracklist = shuffled;
|
||||
|
||||
this.currentindex = 0;
|
||||
this.play(this.currentindex);
|
||||
|
||||
this.currentid = shuffled[0].trackid;
|
||||
|
||||
if (this.playing) {
|
||||
this.play(this.currentindex);
|
||||
}
|
||||
},
|
||||
removeFromQueue(index: number = 0) {
|
||||
this.tracklist.splice(index, 1);
|
||||
|
||||
Reference in New Issue
Block a user