Skip to content

Commit

Permalink
Merge branch 'dev' into crem2
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed Jan 15, 2015
2 parents 83e276b + 98c454f commit 2bedb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemeta/models/media.py
Expand Up @@ -648,7 +648,7 @@ def to_dict_with_more(self):
metadata['identifier_notes' + '_' + str(i)] = identifier.notes
i += 1

analyzers = ['channels', 'samplerate', 'duration', 'resolution', 'mimetype']
analyzers = ['channels', 'samplerate', 'duration', 'resolution', 'mime_type']
for analyzer_id in analyzers:
analysis = MediaItemAnalysis.objects.filter(item=self, analyzer_id=analyzer_id)
if analysis:
Expand Down

0 comments on commit 2bedb58

Please sign in to comment.