order clips in transaction
This commit is contained in:
parent
49f211bfd8
commit
70438cf6d3
2 changed files with 6 additions and 4 deletions
|
|
@ -68,7 +68,7 @@ class Edit(models.Model):
|
|||
if clip.index == None:
|
||||
clip.index = 0
|
||||
else:
|
||||
clip.index +=1
|
||||
clip.index += 1
|
||||
# dont add clip if in/out are invalid
|
||||
if not clip.annotation:
|
||||
duration = clip.item.sort.duration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue