From 2f74d724f74a2d3a13a8c5598fc57d87c08081c4 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 15 May 2008 04:41:37 +0000 Subject: fix the gather album art checkbox, somebody forgot to make it actually work --- lib/class/catalog.class.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/class') 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 -- cgit