mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
parent
f1d815797f
commit
d2963db5b2
|
@ -525,6 +525,8 @@ class LegendaryCore:
|
||||||
continue
|
continue
|
||||||
if libitem['appName'] in ignore:
|
if libitem['appName'] in ignore:
|
||||||
continue
|
continue
|
||||||
|
if libitem['sandboxType'] == 'PRIVATE':
|
||||||
|
continue
|
||||||
|
|
||||||
game = self.lgd.get_game_meta(libitem['appName'])
|
game = self.lgd.get_game_meta(libitem['appName'])
|
||||||
if not game or force_refresh:
|
if not game or force_refresh:
|
||||||
|
|
Loading…
Reference in a new issue