mirror of
https://github.com/derrod/legendary.git
synced 2026-05-07 06:23:22 +00:00
[cli] replace missed use of entitlements with cached/on-disk data
This commit is contained in:
parent
54a57d8452
commit
5a61ae604c
|
|
@ -2066,7 +2066,7 @@ class LegendaryCLI:
|
|||
redeemed = {k['gameId'] for k in key_list if k['redeemedOnUplay']}
|
||||
|
||||
games = self.core.get_game_list()
|
||||
entitlements = self.core.egs.get_user_entitlements_full()
|
||||
entitlements = self.core.lgd.entitlements if self.core.lgd.entitlements else []
|
||||
owned_entitlements = {i['entitlementName'] for i in entitlements}
|
||||
|
||||
uplay_games = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue