mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 10:19:25 +02:00
commit everything.
This commit is contained in:
parent
b2dca63940
commit
bcf2c41c9f
2 changed files with 5 additions and 4 deletions
|
@ -715,7 +715,7 @@ class Catalog extends database_object {
|
|||
|
||||
if (count($results)) {
|
||||
// Pull the string representation from the source
|
||||
$image = Art::get_from_source($results['0']);
|
||||
$image = $art->get_from_source($results['0']);
|
||||
if (strlen($image) > '5') {
|
||||
$art->insert($image,$results['0']['mime']);
|
||||
// If they've enabled resizing of images generate the thumbnail now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue