diff --git a/legendary/core.py b/legendary/core.py index c6442d2..8acef74 100644 --- a/legendary/core.py +++ b/legendary/core.py @@ -525,6 +525,8 @@ class LegendaryCore: continue if libitem['appName'] in ignore: continue + if libitem['sandboxType'] == 'PRIVATE': + continue game = self.lgd.get_game_meta(libitem['appName']) if not game or force_refresh: