auto selected
This commit is contained in:
parent
ba78591953
commit
f803892178
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…
Add table
Reference in a new issue