summaryrefslogtreecommitdiffstats
path: root/image.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-10 21:02:38 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-10 21:02:38 +0000
commitc27481203cbe8f7b6bc407718c3abd8b3f9d6307 (patch)
tree0bee7565541cf7488a111727495b3e220a605fd6 /image.php
parent534f7256ce2eb6f5e06259d667831115ce599641 (diff)
downloadampache-c27481203cbe8f7b6bc407718c3abd8b3f9d6307.tar.gz
ampache-c27481203cbe8f7b6bc407718c3abd8b3f9d6307.tar.bz2
ampache-c27481203cbe8f7b6bc407718c3abd8b3f9d6307.zip
switch to jpg for the blank album art, smaller filesize and it makes erwan happy
Diffstat (limited to 'image.php')
-rw-r--r--image.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/image.php b/image.php
index 7cc6acd3..c733bf3c 100644
--- a/image.php
+++ b/image.php
@@ -91,8 +91,8 @@ switch ($_REQUEST['type']) {
$mime = $art['mime'];
if (!$mime) {
- header('Content-type: image/gif');
- readfile(Config::get('prefix') . Config::get('theme_path') . '/images/blankalbum.gif');
+ header('Content-type: image/jpeg');
+ readfile(Config::get('prefix') . Config::get('theme_path') . '/images/blankalbum.jpg');
break;
} // else no image