mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Upgraded movie information
This commit is contained in:
		@@ -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);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user