mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
'Category' isn't accepted, so don't do backwards support of it
This commit is contained in:
parent
25d22fdd3f
commit
255d4a03ef
1 changed files with 0 additions and 2 deletions
|
|
@ -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("\\"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue