diff options
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': |