forked from LBRYCommunity/lbry-sdk
smart_decode metadata shown in file commands
This commit is contained in:
parent
931038d478
commit
528ce42821
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ class Daemon(AuthJSONRPCServer):
|
|||
lbry_file.txid,
|
||||
lbry_file.nout)
|
||||
try:
|
||||
metadata = claim['value']
|
||||
metadata = smart_decode(claim['value']).claim_dict
|
||||
except:
|
||||
metadata = None
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue