diff --git a/legendary/core.py b/legendary/core.py index f24b84d..e7b2c57 100644 --- a/legendary/core.py +++ b/legendary/core.py @@ -406,6 +406,9 @@ class LegendaryCore: for _platform in platforms: self.get_assets(update_assets=update_assets, platform=_platform) + if not self.lgd.assets: + return _ret, _dlc + assets = {} for _platform, _assets in self.lgd.assets.items(): for _asset in _assets: