From 4c765325affeb9d33aa74777ae5bb4af9103dfd0 Mon Sep 17 00:00:00 2001 From: derrod Date: Sat, 30 Sep 2023 03:32:34 +0200 Subject: [PATCH] [core] Ignore problematic app name This is a test app that isn't used for anything, but it will mess up Heroic if you also have the GOG title with id "1" (Fallout Classic). --- legendary/core.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legendary/core.py b/legendary/core.py index f2738f7..5090c36 100644 --- a/legendary/core.py +++ b/legendary/core.py @@ -517,6 +517,8 @@ class LegendaryCore: _dlc = defaultdict(list) # get all the appnames we have to ignore ignore = set(i.app_name for i in self.get_assets()) + # broken old app name that we should always ignore + ignore |= {'1'} for libitem in self.egs.get_library_items(): if libitem['namespace'] == 'ue' and skip_ue: