This commit is contained in:
j 2011-12-18 09:31:51 +00:00
commit e13f67624d
1 changed files with 1 additions and 1 deletions

View File

@ -928,7 +928,7 @@ class Item(models.Model):
self.data['color'] = ox.image.getHSL(color)
#extract.timeline_strip(self, self.data['cuts'], stream.info, self.timeline_prefix[:-8])
self.select_frame()
self.make_poster()
self.make_poster(True)
self.make_icon()
if settings.CONFIG['video']['download']:
self.make_torrent()