Wintermute0110 / plugin.program.AEL.dev

Emulator frontend and app launcher for Kodi
GNU General Public License v2.0
105 stars 36 forks source link

Error when modify metadata #134

Closed WarsTime closed 3 years ago

WarsTime commented 3 years ago

Hi I get this error when I try to modify the title of a rom in metadatas:

File "/home/server/.kodi/addons/plugin.program.advanced.emulator.launcher/resources/main.py",
line 507, in run_protected
    self._command_edit_rom(args['catID'][0], args['launID'][0], args['romID'][0])
File "/home/server/.kodi/addons/plugin.program.advanced.emulator.launcher/resources/main.py",
line 2766, in _command_edit_rom
    save_DB = _aux_edit_str(roms[romID], 'm_name', 'ROM Title')
NameError: name '_aux_edit_str' is not defined
Wintermute0110 commented 3 years ago

Fixed, please test.