File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
kotlin/org/retroachivements/api/data/pojo/game Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class GetGameExtended {
4545 val released : String? ,
4646
4747 @SerializedName(" IsFinal" )
48- val isFinal : Int ,
48+ val isFinal : Boolean ,
4949
5050 @SerializedName(" RichPresencePatch" )
5151 val richPresencePatch : String ,
Original file line number Diff line number Diff line change 1212 "Developer" : " " ,
1313 "Genre" : " " ,
1414 "Released" : " June 23, 1991" ,
15- "IsFinal" : 0 ,
15+ "IsFinal" : false ,
1616 "RichPresencePatch" : " cce60593880d25c97797446ed33eaffb" ,
1717 "players_total" : 27080 ,
1818 "achievement_set_version_hash" : " 14ce9b51a2e1cf63d55b7ebf389de3c9f27c564b33f5b9a8e17836af2a61bfcd" ,
4545 "Claims" : [],
4646 "NumDistinctPlayersCasual" : 27080 ,
4747 "NumDistinctPlayersHardcore" : 27080
48- }
48+ }
You can’t perform that action at this time.
0 commit comments