mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-17 11:18:22 -05:00
SDK-2586 Return "None" instead of "Unknown" state for local game for Origin
This commit is contained in:
committed by
Aliaksei Paulouski
parent
e244d3bb44
commit
43556a0470
@@ -31,7 +31,7 @@ class LicenseType(Enum):
|
||||
OtherUserLicense = "OtherUserLicense"
|
||||
|
||||
class LocalGameState(Enum):
|
||||
Unknown = "Unknown"
|
||||
None_ = "None"
|
||||
Installed = "Installed"
|
||||
Running = "Running"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user