diff --git a/management/commands/generate_clips.py b/management/commands/generate_clips.py index 477b1f0..b9e46f3 100644 --- a/management/commands/generate_clips.py +++ b/management/commands/generate_clips.py @@ -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: