From e1e625188b0aa678452266517fcd0feeb631224a Mon Sep 17 00:00:00 2001 From: barisgul15 Date: Mon, 22 Jan 2024 16:08:19 +0100 Subject: [PATCH] eslint fix --- web/ts/TUMLiveVjs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ts/TUMLiveVjs.ts b/web/ts/TUMLiveVjs.ts index 0e4e79bb8..f064f31e7 100644 --- a/web/ts/TUMLiveVjs.ts +++ b/web/ts/TUMLiveVjs.ts @@ -65,7 +65,7 @@ class PlayerSettings { }); // Listen for mute/unmute event - this.player.on('volumechange', () => { + this.player.on("volumechange", () => { updateMuteToggleControlText.call(this); });