mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix playing from album bug when there's inconsistent discs
~ eg. when there's no disc 1, but there's disc 2, or 3
This commit is contained in:
committed by
Mungai Njoroge
parent
7f0fe88c43
commit
c52390117e
@@ -46,7 +46,6 @@ export default defineStore("Queue", {
|
||||
play(index: number = 0) {
|
||||
if (this.tracklist.length === 0) return;
|
||||
this.currentindex = index;
|
||||
console.log(this.tracklist.length);
|
||||
|
||||
if (!this.mousover) {
|
||||
this.queueScrollFunction(this.currentindex - 1);
|
||||
|
||||
Reference in New Issue
Block a user