This commit is contained in:
Mathis Dröge 2024-03-28 09:31:43 +00:00 committed by GitHub
commit 2cb60a7c66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -526,6 +526,8 @@ class LegendaryCore:
for libitem in self.egs.get_library_items():
if libitem['namespace'] == 'ue' and skip_ue:
continue
if 'appName' not in libitem:
continue
if libitem['appName'] in ignore:
continue
if libitem['sandboxType'] == 'PRIVATE':