mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat: small state and naming fixes (#719)
This commit is contained in:
@@ -33,7 +33,7 @@ class PlayerActions extends MediaElement {
|
||||
|
||||
bind(playBtn, () => this.#player.value?.play());
|
||||
bind(pauseBtn, () => this.#player.value?.pause());
|
||||
bind(volumeBtn, () => this.#player.value?.changeVolume(0.5));
|
||||
bind(volumeBtn, () => this.#player.value?.setVolume(0.5));
|
||||
}
|
||||
|
||||
override disconnectedCallback(): void {
|
||||
|
||||
Reference in New Issue
Block a user