From 9d01b4c962b4441e3eb4bbfe82697eb6c87df37a Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sat, 25 Jan 2025 08:38:55 -0500 Subject: [PATCH] Uncommented an important line :P --- www/js/channel/player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/channel/player.js b/www/js/channel/player.js index 9616bd7..adeb85e 100644 --- a/www/js/channel/player.js +++ b/www/js/channel/player.js @@ -209,7 +209,7 @@ class player{ this.toggleUI(true); clearTimeout(this.uiTimer); if(!this.onUI){ - //this.uiTimer = setTimeout(this.toggleUI.bind(this), 1500, false); + this.uiTimer = setTimeout(this.toggleUI.bind(this), 1500, false); } }