mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Upgraded movie information
This commit is contained in:
parent
ce3a4c82a5
commit
5a317f0f0c
@ -303,9 +303,9 @@ ComunicWeb.components.posts.ui = {
|
||||
var video_src = createElem2({
|
||||
appendTo: video,
|
||||
type: "source",
|
||||
src: infos.video_infos.url
|
||||
src: infos.video_info.url
|
||||
});
|
||||
video_src.type = infos.video_infos.file_type;
|
||||
video_src.type = infos.video_info.file_type;
|
||||
|
||||
//Enable videoJS
|
||||
//videojs(video);
|
||||
|
Loading…
Reference in New Issue
Block a user