diff --git a/pom.xml b/pom.xml index 315e235..f8b7c0e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.retroachievements api-kotlin - 1.0.6 + 1.0.7 diff --git a/src/main/resources/mock/v1/system/GetConsoleIDs.json b/src/main/resources/mock/v1/system/GetConsoleIDs.json index 76c372f..67a18b7 100644 --- a/src/main/resources/mock/v1/system/GetConsoleIDs.json +++ b/src/main/resources/mock/v1/system/GetConsoleIDs.json @@ -1,3 +1,9 @@ [ - { "ID": 1, "Name": "Mega Drive", "IconURL": "https://static.retroachievements.org/assets/images/system/md.png" } + { + "ID": 1, + "Name": "Mega Drive", + "IconURL": "https://static.retroachievements.org/assets/images/system/md.png", + "Active": true, + "IsGameSystem": true + } ]