add isScreenshotWaiting var

This commit is contained in:
Simon Vieille 2022-04-13 16:10:06 +02:00
parent 506dc259ca
commit b715d7bd4c
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -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`);