summaryrefslogtreecommitdiffstats
path: root/lib/class/album.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/album.class.php')
-rw-r--r--lib/class/album.class.php2
1 files changed, 1 insertions, 1 deletions
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();