Fix ups on Maynard's list
[songbook.git] / web / displayset.php
index 704f405..854c98e 100644 (file)
@@ -61,7 +61,9 @@ foreach (file("$songDir/$set") as $line) {
     print basename($song);
   } // if
 
-  $artist = getArtist ("$songDir/$song.pro"); 
+  if ($artist == '') {
+    $artist = getArtist ("$songDir/$song.pro");
+  } // if
 
   if ($artist != '') {
     print " - ";