1
0
mirror of https://github.com/YGGverse/Yo.git synced 2025-03-13 05:41:18 +00:00

add missed crc32url value

This commit is contained in:
ghost 2023-11-25 18:25:43 +02:00
parent 01437065e3
commit 6f21cb8bf2

@ -149,6 +149,7 @@ for ($i = 0; $i <= $total; $i++)
$index->addDocument(
[
'url' => $url,
'crc32url' => (int) $crc32url,
'time' => (int) $remote->timeUpdated,
'code' => (int) $remote->httpCode,
'size' => (int) $remote->size,