Fix 'unknown' compilation error

This commit is contained in:
Zed 2022-11-27 17:27:07 +01:00 committed by mdivecky
parent b465ed277f
commit de694b2bbb

View file

@ -82,7 +82,7 @@ proc parseUnifiedCard*(json: string): Card =
component.parseMedia(card, result)
of buttonGroup:
discard
of unknown:
of ComponentType.unknown:
echo "ERROR: Unknown component type: ", json
case component.kind