diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-04-02 08:14:21 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-04-02 08:14:21 +0000 |
commit | 05e6d947be96664074d95f9d6f4635415186ecac (patch) | |
tree | 6df88ea49db571474efa88af09fe21e088b59f5a /templates/show_artist.inc | |
parent | 864a32a3287df06f4b1e4fb5a422b699562ab4e9 (diff) | |
download | ampache-05e6d947be96664074d95f9d6f4635415186ecac.tar.gz ampache-05e6d947be96664074d95f9d6f4635415186ecac.tar.bz2 ampache-05e6d947be96664074d95f9d6f4635415186ecac.zip |
fixed a problem I introduced by unfudging the song.php file
Diffstat (limited to 'templates/show_artist.inc')
-rw-r--r-- | templates/show_artist.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_artist.inc b/templates/show_artist.inc index bd8a6e31..7c7420da 100644 --- a/templates/show_artist.inc +++ b/templates/show_artist.inc @@ -62,7 +62,7 @@ foreach ($albums as $album) { <td><?php echo $album->year; ?></td> <td><?php echo $count; ?></td> <td> - <a href="<?php echo $web_path; ?>/song.php?action=m3u&album=<?php echo $id; ?>"><?php echo _("Play"); ?></a> + <a href="<?php echo $web_path; ?>/song.php?action=album&album_id=<?php echo $id; ?>"><?php echo _('Play'); ?></a> <?php if (batch_ok()) { ?> | <a href="<?php echo $web_path; ?>/batch.php?action=alb&id=<?php echo $album->id; ?>"><?php echo _("Download"); ?></a> <?php } ?> |