diff --git a/services/vmix_json_service.py b/services/vmix_json_service.py index 488ddb9..29ac32b 100644 --- a/services/vmix_json_service.py +++ b/services/vmix_json_service.py @@ -211,7 +211,7 @@ def get_vmix_schedule(session_token: str): m.match_date, m.status, m.id, - m.chanell + m.channel FROM matches m LEFT JOIN teams t1 ON m.home_team_id = t1.id LEFT JOIN teams t2 ON m.away_team_id = t2.id diff --git a/vmix.zip b/vmix.zip index 1fde110..e34666a 100644 Binary files a/vmix.zip and b/vmix.zip differ