[core] Force-refresh aliases when fetching games without assets

This commit is contained in:
derrod 2021-10-02 21:21:46 +02:00
parent 0d8b74a9e0
commit e7ce2e5cb7

View file

@ -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):