X-Git-Url: http://git.joshuawise.com/patchfork.git/blobdiff_plain/6f0e4e7cff60c5fc5a27b38e9b02330c88d71ec2..HEAD:/player/metadata_cover.php diff --git a/player/metadata_cover.php b/player/metadata_cover.php index 38d2947..50daeb4 100644 --- a/player/metadata_cover.php +++ b/player/metadata_cover.php @@ -29,7 +29,7 @@ function amazon_search_cover($artist, $album) { global $amazon_cover_url, $metadata_dir; - $xml = amazon_album_query(array("Operation"=>"ItemSearch", "SearchIndex"=>"Music", "ResponseGroup"=>"Images", "Artist"=>"$artist", "Album"=>"$album")); + $xml = amazon_album_query(array("Operation"=>"ItemSearch", "SearchIndex"=>"Music", "ResponseGroup"=>"Images", "Artist"=>"$artist"), $album); if($xml) { if(isset($xml->Items[0])&&isset($xml->Items[0]->Item[0])) { $item = $xml->Items[0]->Item[0];