]> git.parisson.com Git - telemeta.git/commitdiff
remove mime type from item title
authoryomguy <yomguy@parisson.com>
Tue, 8 Jan 2013 08:19:57 +0000 (09:19 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 8 Jan 2013 08:19:57 +0000 (09:19 +0100)
telemeta/models/media.py

index fec1ca773b7b72c29d48eb5ca2324083201c36e7..efaef4e3b97166a42fff74adf9770a0b7b593f55 100644 (file)
@@ -459,7 +459,7 @@ class MediaItem(MediaResource):
             title = unicode(self.collection)
         if self.track:
             title += ' ' + self.track
-        return title + ' - ' + self.mime_type
+        return title
 
     @property
     def instruments(self):