From 0eba9f5417e046a2722fd54fe81e739725137495 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 27 Oct 2011 12:52:15 -0400 Subject: [PATCH] Fixed a bug where the default blank album cover was not showing if lastfm was did not return one. --- public_html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/index.php b/public_html/index.php index 4c7417c..1009838 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -86,7 +86,7 @@ while($link = $links->fetch_object()) {
- <?php echo $data->lastfm->artist ?> - <?php echo $data->lastfm->song ?> + <?php echo $data->lastfm->artist ?> - <?php echo $data->lastfm->song ?> Andrew Tomaka's Last.fm