'Category' isn't accepted, so don't do backwards support of it

This commit is contained in:
Daniel Martí 2014-02-11 17:08:58 +01:00
parent 25d22fdd3f
commit 255d4a03ef

View file

@ -604,8 +604,6 @@ def parse_metadata(metafile):
if value:
raise MetaDataException("Unexpected text on same line as " + field + " in " + metafile.name)
elif fieldtype == 'string':
if field == 'Category' and thisinfo['Categories'] == 'None':
thisinfo['Categories'] = value.replace(';',',')
thisinfo[field] = value
elif fieldtype == 'build':
if value.endswith("\\"):