forked from 0x2620/pandora
auto selected
This commit is contained in:
parent
dcc335eef7
commit
cf127c4ac0
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue