mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix issue with image saving
This commit is contained in:
@@ -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'].
|
||||
|
||||
Reference in New Issue
Block a user