Skip to content

Commit

Permalink
fix(webpage): fix default volume not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Feb 4, 2024
1 parent c9d7ad1 commit fccf3ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/src/lib/remote-player/html–media-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export class HTMLMediaEvents {
}

private _onLoadedData(event: Event) {
this._provider.media.methods.setVolume(this._ctx.$state.volume());
this._notify("loaded-data", undefined, new Event(event.type));
}

Expand Down

0 comments on commit fccf3ac

Please sign in to comment.