1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

Fix seconds watched

This commit is contained in:
DanieL 2022-08-11 14:55:14 -03:00
parent 11c65ec9e3
commit 3cadf5326f

View file

@ -65,6 +65,7 @@ $title = getSEOTitle($video['title']);
$description = getSEODescription($video['description']);
$ogURL = Video::getLinkToVideo($videos_id, '', false,false);
?>
<meta http-equiv="last-modified" content="<?php echo date('Y-m-d', strtotime($video['modified'])); ?>">
<link rel="image_src" href="<?php echo $img; ?>" />
<meta property="og:image" content="<?php echo $img; ?>" />
<meta property="og:image:secure_url" content="<?php echo $img; ?>" />