From 10f8a1ec3378c3540a35f73e986cc284f2e66f1d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 29 Jun 2005 06:34:20 +0000 Subject: added a db refresh of MPD on catalog add if its enabled and your using the file method also fixed a problem with having a single album art method when doing album art searches --- lib/class/album.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/class/album.class.php b/lib/class/album.class.php index 17befbd9..b2db78a0 100644 --- a/lib/class/album.class.php +++ b/lib/class/album.class.php @@ -158,7 +158,7 @@ class Album { $album_art_order = array('id3','folder','amazon'); } elseif (!is_array($config_value)) { - $album_art_order = array_push($album_art_order,$config_value); + array_push($album_art_order,$config_value); } else { $album_art_order = array_merge($album_art_order, conf('album_art_order')); -- cgit