Fix code
This commit is contained in:
parent
0fe088ea46
commit
e2ea556916
@ -122,7 +122,7 @@ def generate_video_page(base_dir, out_dir, base_html, showing_html, media):
|
|||||||
file_type, file_src = media['file'].split(':', 1)
|
file_type, file_src = media['file'].split(':', 1)
|
||||||
actions = {
|
actions = {
|
||||||
'extern': extern_video,
|
'extern': extern_video,
|
||||||
'url': url_video
|
'url': url_video,
|
||||||
'iframe': iframe_video,
|
'iframe': iframe_video,
|
||||||
'youtube': youtube_video
|
'youtube': youtube_video
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user