From 2a16b94544ec23a813d49ab8f715686ad6676097 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Fri, 13 Sep 2024 09:23:08 -0300 Subject: [PATCH] https://github.com/WWBN/AVideo/issues/9400 add og:logo --- objects/functionsOpenGraph.php | 1 + 1 file changed, 1 insertion(+) 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)) {