1
0
Fork 0
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:
Karl 'vollmerk' Vollmer 2008-05-15 04:41:37 +00:00
parent 571271f9a0
commit 2f74d724f7

View file

@ -293,6 +293,11 @@ class Catalog {
$this->add_files($this->path,$options); $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; return true;
} // run_add } // run_add