mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-03-08 04:15:13 +01:00
Add missing definition to gameItem struct
196c45ef1ee40bf22f4937bd33dd11b5bd12c17d missed "isnew" from gameItem struct
This commit is contained in:
parent
7689a719b3
commit
0a27394e6c
@ -38,6 +38,7 @@ struct gameItem
|
||||
std::vector<std::string> dlcnames;
|
||||
Json::Value gamedetailsjson;
|
||||
int updates = 0;
|
||||
bool isnew;
|
||||
};
|
||||
|
||||
struct wishlistItem
|
||||
|
Loading…
x
Reference in New Issue
Block a user