diff options
Diffstat (limited to 'templates/show_playlist_song_row.inc.php')
-rw-r--r-- | templates/show_playlist_song_row.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_playlist_song_row.inc.php b/templates/show_playlist_song_row.inc.php index 50af6dec..9cfcc992 100644 --- a/templates/show_playlist_song_row.inc.php +++ b/templates/show_playlist_song_row.inc.php @@ -19,6 +19,7 @@ */ ?> +<td><?php echo Ajax::button('?action=basket&type=song&id=' . $song->id,'add',_('Add'),'playlist_add_' . $song->id); ?></td> <td><?php echo $playlist_track; ?></td> <td><?php echo $song->f_link; ?></td> <td><?php echo $song->f_artist_link; ?></td> |