From e453d9dd595fd5ebd1f98332ee9cd0370a91c117 Mon Sep 17 00:00:00 2001 From: Zed Date: Tue, 2 Jun 2020 16:31:10 +0200 Subject: [PATCH] Add yet another card type --- src/types.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/types.nim b/src/types.nim index ad3bed1..d5a8f95 100644 --- a/src/types.nim +++ b/src/types.nim @@ -101,6 +101,8 @@ type status*: string CardKind* = enum + app = "app" + appplayer = "appplayer" player = "player" audio = "audio" summary = "summary" @@ -119,7 +121,6 @@ type storeLink = "direct_store_link_app" moment = "moment" messageMe = "message_me" - app = "app" Card* = object kind*: CardKind