summaryrefslogtreecommitdiffstats
path: root/admin/catalog.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-21 03:02:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-21 03:02:23 +0000
commit4957be23099939f26aef84954c012488653111d0 (patch)
treed73850d62318ab19c76483d67512398e52ffd2fc /admin/catalog.php
parent8e1e11bdb72832ce5297471f21e2b15cf2b95c55 (diff)
downloadampache-4957be23099939f26aef84954c012488653111d0.tar.gz
ampache-4957be23099939f26aef84954c012488653111d0.tar.bz2
ampache-4957be23099939f26aef84954c012488653111d0.zip
fixed a problem with catalog builds in windows and fixed a bug I created when I was playing with the album art
Diffstat (limited to 'admin/catalog.php')
-rw-r--r--admin/catalog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/catalog.php b/admin/catalog.php
index 9c3c9b1b..a855f116 100644
--- a/admin/catalog.php
+++ b/admin/catalog.php
@@ -257,7 +257,7 @@ switch ($_REQUEST['action']) {
foreach ($catalogs as $data) {
echo "<div class=\"confirmation-box\"><b>" . _('Starting Album Art Search') . ". . .</b><br /><br />\n";
echo _('Searched') . ": <span id=\"count_art_" . $data->id . "\">" . _('None') . "</span><br />";
- $data->get_album_art();
+ $data->get_album_art(0,1);
echo "<b>" . _('Album Art Search Finished') . ". . .</b></div>\n";
}
$url = conf('web_path') . '/admin/index.php';