refactored many events to use wails bindings, reducing boilerplate
This commit is contained in:
@@ -80,7 +80,7 @@ export class PlayerControls extends LitElement {
|
||||
`;
|
||||
|
||||
private handlePlayClick = () => {
|
||||
this.player.play();
|
||||
queueStore.play();
|
||||
};
|
||||
|
||||
private handlePauseClick = () => {
|
||||
|
||||
Reference in New Issue
Block a user