From b715d7bd4c7eeafae93c880d5a1650064979cc59 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 13 Apr 2022 16:10:06 +0200 Subject: [PATCH] add isScreenshotWaiting var --- client/assets/js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/assets/js/main.js b/client/assets/js/main.js index 940a3f2..38a963d 100644 --- a/client/assets/js/main.js +++ b/client/assets/js/main.js @@ -200,6 +200,7 @@ var liveLqClickHandler = function(e) { var liveClickHandler = function(e, quality) { if (isLive) { isLive = false; + isScreenshotWaiting = false; $('#live-hq').text(`Live HQ`); $('#live-lq').text(`Live LQ`);