mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
[core] Force-refresh aliases when fetching games without assets
This commit is contained in:
parent
0d8b74a9e0
commit
e7ce2e5cb7
|
@ -385,6 +385,8 @@ class LegendaryCore:
|
|||
elif not any(i['path'] == 'mods' for i in game.metadata.get('categories', [])):
|
||||
_ret.append(game)
|
||||
|
||||
# Force refresh to make sure these titles are included in aliasing
|
||||
self.update_aliases(force=True)
|
||||
return _ret, _dlc
|
||||
|
||||
def get_dlc_for_game(self, app_name):
|
||||
|
|
Loading…
Reference in a new issue