From 121095882c09996974e2db09d5019e99c0e9a3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Fri, 15 May 2026 15:09:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=B4=D0=BE=D0=BF=20?= =?UTF-8?q?=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=B8=20=D0=B2=20=D0=B3?= =?UTF-8?q?=D0=BE=D0=BB=D0=B0=D1=85=20=D0=BD=D0=B0=20=D1=82=D0=B8=D1=82?= =?UTF-8?q?=D1=80=20=D0=BD=D0=B8=D0=B6=D0=BD=D0=B8=D0=B9=20=D1=81=D1=87?= =?UTF-8?q?=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/vmix_json_service.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/vmix_json_service.py b/services/vmix_json_service.py index 29ac32b..e6ad9de 100644 --- a/services/vmix_json_service.py +++ b/services/vmix_json_service.py @@ -373,10 +373,10 @@ grouped_players AS ( ( CASE WHEN period_no = 1 AND seconds > 2700 - THEN '45''' || '+ ' || ((seconds - 2700) / 60)::int::text + THEN '45''' || '+' || ((seconds - 2700) / 60)::int::text WHEN period_no = 2 AND seconds > 5400 - THEN '90''' || '+ ' || ((seconds - 5400) / 60)::int::text + THEN '90''' || '+' || ((seconds - 5400) / 60)::int::text WHEN period_no = 2 THEN (46 + ((seconds - 2700) / 60)::int)::text || ''''