diff --git a/legendary/core.py b/legendary/core.py index c9ff630..c3c8e53 100644 --- a/legendary/core.py +++ b/legendary/core.py @@ -669,7 +669,7 @@ class LegendaryCore: if '.manifest' not in fname: continue f_parts = fname.split('/') - _saves.append(SaveGameFile(app_name=f_parts[2], filename=fname, manifest=f_parts[4], + _saves.append(SaveGameFile(app_name=f_parts[2], filename=fname, manifest_name=f_parts[4], datetime=datetime.fromisoformat(f['lastModified'][:-1]))) return _saves