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:
|
if pframes:
|
||||||
pos = self.poster_frame
|
pos = self.poster_frame
|
||||||
if pos < 0:
|
if pos < 0:
|
||||||
pos = 0
|
pos = int(len(pframes) / 2)
|
||||||
p = 0
|
p = 0
|
||||||
for f in pframes:
|
for f in pframes:
|
||||||
frames.append({
|
frames.append({
|
||||||
|
|
Loading…
Reference in a new issue