From 13ae6a0371ae26023880a0ad69b3b1587db8dd76 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 26 May 2008 04:08:45 +0000 Subject: show the top 2 tags on songs, sync fixes from /branches/3.4 improved caching on song object --- lib/class/album.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/album.class.php') diff --git a/lib/class/album.class.php b/lib/class/album.class.php index d689a74d..ad0f6ef5 100644 --- a/lib/class/album.class.php +++ b/lib/class/album.class.php @@ -276,7 +276,7 @@ class Album extends database_object { public function get_art() { // Attempt to get the resized art first - //$art = $this->get_resized_db_art(); + $art = $this->get_resized_db_art(); if (!is_array($art)) { $art = $this->get_db_art(); -- cgit