This commit is contained in:
2026-04-22 13:33:42 +03:00
parent ca3a282cd3
commit 5f63c15e95
2 changed files with 2 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ def get_match_lineup_for_vmix(
COALESCE(p.last_name, '') AS last_name,
COALESCE(p.first_name, '') AS first_name,
COALESCE(mlp.number::text, '') AS number,
COALESCE(mlp.position, '') AS position,
COALESCE(p.position, '') AS position,
COALESCE(mlp.is_captain, FALSE) AS is_captain,
COALESCE(p.position, '') AS pos
FROM match_lineup_players mlp