1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 21:28:30 +01:00

Make sure the fallback function have the thumbnail property

Related to Generate screenshots for links #18
This commit is contained in:
Jesus Ortega 2021-04-17 18:35:07 +02:00
parent 499a876801
commit 9bb4838cdb

View File

@ -96,6 +96,7 @@ class HtmlMeta
'success' => false,
'title' => parse_url($url, PHP_URL_HOST) ?? $url,
'description' => false,
'thumbnail' => null,
];
}
}