Fix issue with image saving

This commit is contained in:
DariusIII
2026-04-14 15:50:28 +02:00
parent c07a1d3df9
commit b84907ca53
+1 -1
View File
@@ -718,7 +718,7 @@ class BookService
}
}
$book['cover'] = $ri->saveImage($bookId, $book['coverurl'], $this->imgSavePath, 250, 250);
$book['cover'] = $ri->saveImage((string) $bookId, $book['coverurl'], $this->imgSavePath, 250, 250);
} elseif ($this->echooutput) {
cli()->header('Nothing to update: ').
cli()->header($book['author'].