only open timelines needed to computed average color for clips
This commit is contained in:
parent
121d2e30dc
commit
88b4d9f62f
3 changed files with 8 additions and 7 deletions
|
|
@ -935,7 +935,7 @@ class Item(models.Model):
|
|||
|
||||
def make_timeline(self):
|
||||
streams = self.streams()
|
||||
if len(streams) > 1:
|
||||
if streams.count() > 1:
|
||||
timelines = [s.timeline_prefix for s in self.streams()]
|
||||
join_timelines(timelines, self.timeline_prefix)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue