From 4fac147bbaa23af8941a87704a2f0da54cbfbca8 Mon Sep 17 00:00:00 2001 From: Francis Lemaire Date: Thu, 20 Apr 2023 00:15:45 -0400 Subject: [PATCH] Adding EA Desktop ID goes in pair with #206 --- src/galaxy/api/consts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/galaxy/api/consts.py b/src/galaxy/api/consts.py index e29eb98..52f760e 100644 --- a/src/galaxy/api/consts.py +++ b/src/galaxy/api/consts.py @@ -10,6 +10,7 @@ class Platform(Enum): XBoxOne = "xboxone" Generic = "generic" Origin = "origin" + EADesktop = "ead" Uplay = "uplay" Battlenet = "battlenet" Epic = "epic"