Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barisgul15 committed Jan 22, 2024
1 parent ae9ea26 commit e1e6251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ts/TUMLiveVjs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PlayerSettings {
});

// Listen for mute/unmute event
this.player.on('volumechange', () => {
this.player.on("volumechange", () => {
updateMuteToggleControlText.call(this);
});

Expand Down

0 comments on commit e1e6251

Please sign in to comment.