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 || ''''