fixed player behavior after final queue track completes, added click to play from queue window
This commit is contained in:
@@ -110,4 +110,8 @@ export class QueueController implements ReactiveController {
|
||||
cycleRepeat(): void {
|
||||
queueStore.cycleRepeat();
|
||||
}
|
||||
|
||||
playAtIndex(index: number): void {
|
||||
queueStore.playAtIndex(index);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user