]> git.parisson.com Git - telemeta.git/commitdiff
add MIME type to item dublin core view
authoryomguy <yomguy@parisson.com>
Fri, 24 Jun 2011 09:49:00 +0000 (11:49 +0200)
committeryomguy <yomguy@parisson.com>
Fri, 24 Jun 2011 09:49:00 +0000 (11:49 +0200)
telemeta/models/dublincore.py

index b1aaef117780bc6ab9945c09697fa7bdf21ab3ae..977400132aef90be1f78fe01e71827666ceb32c2 100644 (file)
@@ -208,7 +208,7 @@ def express_item(item):
     
     try:
         analysis = MediaItemAnalysis(item=item, analyzer_id='mime_type')
-        mime_type = analysis.value
+        mime_type = analysis.value 
     except:
         mime_type = 'unknown'