Skip to content

Commit fc8ea29

Browse files
ttqureshifarhan
authored andcommitted
fix: fix (#37452)
1 parent 7edd361 commit fc8ea29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cms/djangoapps/contentstore/views/preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def _prepare_runtime_for_preview(request, block):
216216
"sandbox": SandboxService(contentstore=contentstore, course_id=course_id),
217217
"cache": CacheService(cache),
218218
'replace_urls': ReplaceURLService,
219-
'video_config': VideoConfigService(course_id=course_id),
219+
'video_config': VideoConfigService,
220220
}
221221

222222
block.runtime.get_block_for_descriptor = partial(_load_preview_block, request)

0 commit comments

Comments
 (0)