correct streamlog column name

pull/401/head
Mike Lang 3 months ago
parent 20ee382b7f
commit 484e768303

@ -97,7 +97,7 @@ class StreamLogEventsMiddleware(Middleware):
'notes': 'notes_to_editor', 'notes': 'notes_to_editor',
'tags': 'tags', 'tags': 'tags',
'video_link': 'video_link', 'video_link': 'video_link',
'state': 'video_state', 'state': 'video_processing_state',
'error': 'video_errors', 'error': 'video_errors',
'id': 'id', 'id': 'id',
} }

Loading…
Cancel
Save