diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-04-24 12:40:35 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-04-24 12:40:35 +0000 |
commit | 0933a6b089bbc0ddac43661b29b95cca4532db76 (patch) | |
tree | 56453ebc9bc7a839007929c7b4599652fa6a52d0 /image.php | |
parent | 39108c662b8935447b5243d47672d5374c9b6c2e (diff) | |
download | ampache-0933a6b089bbc0ddac43661b29b95cca4532db76.tar.gz ampache-0933a6b089bbc0ddac43661b29b95cca4532db76.tar.bz2 ampache-0933a6b089bbc0ddac43661b29b95cca4532db76.zip |
fix it so pop-up of album art is full rez
Diffstat (limited to 'image.php')
-rw-r--r-- | image.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ switch ($_REQUEST['thumb']) { default: $size['height'] = '275'; $size['width'] = '275'; - // $return_raw = true; + if (!isset($_REQUEST['thumb'])) { $return_raw = true; } break; } // define size based on thumbnail |