metadata here should really be stored_metadata.
We went through all the difficulty of converting the tags and never saved them! Thanks to Boris Bobrov for pointing this out. This commit also sponsored by William Kahn-Greene. Thanks Will... for everything! :)
This commit is contained in:
parent
d57dd89e98
commit
eb7f69ac30
@ -109,7 +109,7 @@ def store_metadata(media_entry, metadata):
|
||||
dt.get_minute(), dt.get_second(),
|
||||
dt.get_microsecond()).isoformat()
|
||||
|
||||
metadata['tags'] = tags
|
||||
stored_metadata['tags'] = tags
|
||||
|
||||
# Only save this field if there's something to save
|
||||
if len(stored_metadata):
|
||||
|
Loading…
x
Reference in New Issue
Block a user