mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-31 17:31:29 +00:00
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:
|
if license is not None:
|
||||||
metadata['license'] = license
|
metadata['license'] = license
|
||||||
if license_url is not None:
|
if license_url is not None:
|
||||||
metadata['license_url'] = license_url
|
metadata['licenseUrl'] = license_url
|
||||||
if thumbnail is not None:
|
if thumbnail is not None:
|
||||||
metadata['thumbnail'] = thumbnail
|
metadata['thumbnail'] = thumbnail
|
||||||
if preview is not None:
|
if preview is not None:
|
||||||
|
|
Loading…
Add table
Reference in a new issue