fix licenseUrl metadata key name
This commit is contained in:
parent
ccbb5d88dc
commit
f258df95e6
1 changed files with 1 additions and 1 deletions
|
@ -1821,7 +1821,7 @@ class Daemon(AuthJSONRPCServer):
|
|||
if license is not None:
|
||||
metadata['license'] = license
|
||||
if license_url is not None:
|
||||
metadata['license_url'] = license_url
|
||||
metadata['licenseUrl'] = license_url
|
||||
if thumbnail is not None:
|
||||
metadata['thumbnail'] = thumbnail
|
||||
if preview is not None:
|
||||
|
|
Loading…
Add table
Reference in a new issue