diff --git a/legendary/core.py b/legendary/core.py index 2a326e4..4d6ce3f 100644 --- a/legendary/core.py +++ b/legendary/core.py @@ -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):