diff --git a/src/main/kotlin/org/retroachivements/api/data/pojo/user/GetUserRecentlyPlayedGames.kt b/src/main/kotlin/org/retroachivements/api/data/pojo/user/GetUserRecentlyPlayedGames.kt index 634337f..94f6075 100644 --- a/src/main/kotlin/org/retroachivements/api/data/pojo/user/GetUserRecentlyPlayedGames.kt +++ b/src/main/kotlin/org/retroachivements/api/data/pojo/user/GetUserRecentlyPlayedGames.kt @@ -10,7 +10,7 @@ class GetUserRecentlyPlayedGames { val gameId: Long, @SerializedName("ConsoleID") - val consoleId: Long, + val consoleId: Int, @SerializedName("ConsoleName") val consoleName: String,