diff options
Diffstat (limited to 'lib/class')
-rw-r--r-- | lib/class/catalog.class.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index 72a24b5f..84cc09a7 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -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 |