From cabc47e9cab64bca63e1523b3ab96ab63a15e5ea Mon Sep 17 00:00:00 2001 From: ninya9k Date: Thu, 30 Dec 2021 09:58:39 +0000 Subject: [PATCH] Fix nojs stream timer: hours tens place was modulo 6 instead of 10 --- website/templates/stream-info-iframe.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/templates/stream-info-iframe.html b/website/templates/stream-info-iframe.html index 24cfdb2..211b967 100644 --- a/website/templates/stream-info-iframe.html +++ b/website/templates/stream-info-iframe.html @@ -152,6 +152,10 @@
3
4
5
+
6
+
7
+
8
+
9
0