auto selected

This commit is contained in:
j 2011-08-04 19:55:41 +02:00
parent dcc335eef7
commit cf127c4ac0

View file

@ -353,7 +353,7 @@ class Item(models.Model):
if pframes:
pos = self.poster_frame
if pos < 0:
pos = 0
pos = int(len(pframes) / 2)
p = 0
for f in pframes:
frames.append({