diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-15 09:28:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-15 09:28:23 +0000 |
commit | ad6644d6cb748929108dad3143021e85ed048906 (patch) | |
tree | 34dce627a366ae1e6a1b19280c2cb7c7a36e55ff /artists.php | |
parent | 9c30aa01fec45685f2cd12db63f031cd4d1ce422 (diff) | |
download | ampache-ad6644d6cb748929108dad3143021e85ed048906.tar.gz ampache-ad6644d6cb748929108dad3143021e85ed048906.tar.bz2 ampache-ad6644d6cb748929108dad3143021e85ed048906.zip |
fixed some localplay issues
Diffstat (limited to 'artists.php')
-rw-r--r-- | artists.php | 2 |
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': |