mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
fix the gather album art checkbox, somebody forgot to make it actually work
This commit is contained in:
parent
571271f9a0
commit
2f74d724f7
1 changed files with 5 additions and 0 deletions
|
@ -293,6 +293,11 @@ class Catalog {
|
|||
|
||||
$this->add_files($this->path,$options);
|
||||
|
||||
// If they have checked the box then go ahead and gather the art
|
||||
if ($options['gather_art']) {
|
||||
$this->get_album_art('',1);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
} // run_add
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue