feat: spoiler/playthrough support in meta section of customizer

This commit is contained in:
aerinon
2024-10-10 15:16:24 -06:00
parent 5225ce996f
commit b93a287b36

View File

@@ -61,6 +61,8 @@ class CustomSettings(object):
args.outputname = get_setting(meta['name'], args.outputname)
args.bps = get_setting(meta['bps'], args.bps)
args.suppress_rom = get_setting(meta['suppress_rom'], args.suppress_rom)
args.skip_playthrough = get_setting(meta['skip_playthrough'], args.skip_playthrough)
args.spoiler = get_setting(meta['spoiler'], args.spoiler)
args.names = get_setting(meta['names'], args.names)
args.race = get_setting(meta['race'], args.race)
args.notes = get_setting(meta['user_notes'], args.notes)