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:
Christopher Allan Webber 2014-06-06 09:57:27 -05:00
parent d57dd89e98
commit eb7f69ac30

View File

@ -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):