fix: bad logging

This commit is contained in:
ThaUnknown 2024-08-18 21:13:21 +02:00
parent 3d3dcf9e1d
commit 9770eb9976
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ async function updatePeerCounts (entries) {
found.seeders = complete
}
debug(`Found ${updated.length} entries: ${JSON.stringify(updated)}`)
debug(`Found ${(updated || []).length} entries: ${JSON.stringify(updated)}`)
return entries
}

View file

@ -1,6 +1,6 @@
{
"name": "Miru",
"version": "5.3.0",
"version": "5.3.1",
"private": true,
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
"description": "Stream anime torrents, real-time with no waiting for downloads.",