diff options
author | pb1dft <pb1dft@ampache> | 2006-11-25 22:58:24 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-11-25 22:58:24 +0000 |
commit | 0635397ab2bd5afc6789cef56b9a9d87bd52bcfd (patch) | |
tree | 931bc00aac44b959f5ed3d6efc0a673335357dea /albums.php | |
parent | 9d17e8cc950234277f156b91447696a2d40a0c21 (diff) | |
download | ampache-0635397ab2bd5afc6789cef56b9a9d87bd52bcfd.tar.gz ampache-0635397ab2bd5afc6789cef56b9a9d87bd52bcfd.tar.bz2 ampache-0635397ab2bd5afc6789cef56b9a9d87bd52bcfd.zip |
Fixed some stuff on album art added ability to sort albums on name/year in artist.php
Diffstat (limited to 'albums.php')
-rw-r--r-- | albums.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ elseif ($_REQUEST['action'] === 'find_art') { $search = $artist . " " . $album_name; //Find out if the cover url is a local filename or an url - if (empty($_FILES['file'])){ + if (empty($_FILES['file']['tmp_name'])){ $coverurl = $_REQUEST['cover']; // Attempt to find the art with what we've got |