Skip to content

Commit bc3bea7

Browse files
feat(GetConsoleID): Add support for new variable 'IconURL' in request introduced in @RetroAchievements/RAWeb/pull/2264 (#2)
1 parent f634651 commit bc3bea7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/kotlin/org/retroachivements/api/data/pojo/system/GetConsoleID.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ class GetConsoleID {
1010
val id: String,
1111

1212
@SerializedName("Name")
13-
val name: String
13+
val name: String,
14+
15+
@SerializedName("IconURL")
16+
val iconUrl: String
1417
)
1518
}
1619
}

0 commit comments

Comments
 (0)