forked from 0x2620/pandora
always request info for all files that need it
This commit is contained in:
parent
b8a5ba568d
commit
597fe9d6c6
2 changed files with 4 additions and 3 deletions
|
|
@ -780,7 +780,7 @@ class Item(models.Model):
|
|||
s.resolution = v.width * v.height
|
||||
s.width = v.width
|
||||
s.height = v.height
|
||||
if not s.aspectratio:
|
||||
if not s.aspectratio and v.display_aspect_ratio:
|
||||
s.aspectratio = float(utils.parse_decimal(v.display_aspect_ratio))
|
||||
s.pixels = sum([v.pixels for v in videos])
|
||||
s.numberoffiles = self.files.all().count()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue