summaryrefslogtreecommitdiffstats
path: root/artists.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-15 09:28:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-15 09:28:23 +0000
commitad6644d6cb748929108dad3143021e85ed048906 (patch)
tree34dce627a366ae1e6a1b19280c2cb7c7a36e55ff /artists.php
parent9c30aa01fec45685f2cd12db63f031cd4d1ce422 (diff)
downloadampache-ad6644d6cb748929108dad3143021e85ed048906.tar.gz
ampache-ad6644d6cb748929108dad3143021e85ed048906.tar.bz2
ampache-ad6644d6cb748929108dad3143021e85ed048906.zip
fixed some localplay issues
Diffstat (limited to 'artists.php')
-rw-r--r--artists.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/artists.php b/artists.php
index 7e83c331..8e8a8612 100644
--- a/artists.php
+++ b/artists.php
@@ -51,7 +51,7 @@ switch($action) {
$song_ids = $artist->get_song_ids();
$artist_id = $artist->id;
require(conf('prefix') . '/templates/show_artist_box.inc.php');
- show_songs($song_ids);
+ show_songs($song_ids,'');
break;
case 'update_from_tags':