mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Fix Categories: default value
This commit is contained in:
parent
5b21f86af2
commit
f4ee767013
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ app_defaults = {
|
||||||
'Name': None,
|
'Name': None,
|
||||||
'Provides': None,
|
'Provides': None,
|
||||||
'Auto Name': '',
|
'Auto Name': '',
|
||||||
'Categories': 'None',
|
'Categories': ['None'],
|
||||||
'Description': [],
|
'Description': [],
|
||||||
'Summary': '',
|
'Summary': '',
|
||||||
'License': 'Unknown',
|
'License': 'Unknown',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue