diff --git a/objects/functionsOpenGraph.php b/objects/functionsOpenGraph.php index ea3bc3b801aa..898acedd73b5 100644 --- a/objects/functionsOpenGraph.php +++ b/objects/functionsOpenGraph.php @@ -69,6 +69,7 @@ function generateMetaTags($videoType, $modifiedDate, $createdDate, $title, $desc $description = getSEODescription($description); $metaTags = array(); $metaTags[] = ''; + $metaTags[] = ''; if (preg_match('/\.m3u8/', $sourceFileURL)) { $metaTags[] = '';; } else if (!empty($videoType)) {