forked from LBRYCommunity/lbry-sdk
spelling
This commit is contained in:
parent
7e5af11c2d
commit
ca45f461ae
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ OPTIONAL_METADATA_FIELDS = ['thumbnail', 'preview', 'fee', 'contact', 'pubkey']
|
|||
#v0.0.1 metadata
|
||||
METADATA_REVISIONS = {'0.0.1': {'required': BASE_METADATA_FIELDS, 'optional': OPTIONAL_METADATA_FIELDS}}
|
||||
#v0.0.2 metadata additions
|
||||
METADATA_REVISIONS['0.0.2'] = {'required': ['nsfw', 'ver'], 'optional': ['licence_url']}
|
||||
METADATA_REVISIONS['0.0.2'] = {'required': ['nsfw', 'ver'], 'optional': ['license_url']}
|
||||
CURRENT_METADATA_VERSION = '0.0.2'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue