forked from 0x2620/pandora
also update clips after import
This commit is contained in:
parent
de419b7d25
commit
e26812bf5d
1 changed files with 5 additions and 0 deletions
|
@ -55,3 +55,8 @@ class Command(BaseCommand):
|
|||
s.file.item.update_timeline()
|
||||
#make sure all derivatives exist
|
||||
s.extract_derivatives()
|
||||
|
||||
#update clips
|
||||
for c in s.file.item.clips.all():
|
||||
c.update_calculated_values()
|
||||
c.save()
|
||||
|
|
Loading…
Reference in a new issue