fixed cover-grid selection and queuing behavior, added "clear queue" button
This commit is contained in:
@@ -132,4 +132,8 @@ export class QueueController implements ReactiveController {
|
||||
): void {
|
||||
queueStore.moveTracksInQueue(fromIndices, toIndex);
|
||||
}
|
||||
|
||||
clearQueue(): void {
|
||||
queueStore.clearQueue();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user