mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29: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({
|
var video_src = createElem2({
|
||||||
appendTo: video,
|
appendTo: video,
|
||||||
type: "source",
|
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
|
//Enable videoJS
|
||||||
//videojs(video);
|
//videojs(video);
|
||||||
|
Loading…
Reference in New Issue
Block a user