Skip to content

Commit

Permalink
little typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Feb 3, 2024
1 parent 413ff53 commit a24e73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MediaWidget/VideoJSComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function VideoJSComponent({

const player = videojs(videoElement, options);
player.src(song);
player.volume(0.5)t
player.volume(0.5);
player.on("play", () => {
log.debug("start playing");
setPlayerState(PLAYER_STATE.PLAYING);
Expand Down

0 comments on commit a24e73e

Please sign in to comment.