load editing tags
This commit is contained in:
parent
4491abc277
commit
6071b71752
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class Command(BaseCommand):
|
|||
durations.append(e.files.all()[0].duration)
|
||||
clip["duration"] = min(durations)
|
||||
clip['tags'] = i.data.get('tags', [])
|
||||
clip['editingtags'] = i.data.get('editingtags', [])
|
||||
if "original" in clip and "foreground" in clip and "background" in clip:
|
||||
clips.append(clip)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue