diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-04 02:21:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-04 02:21:22 +0000 |
commit | ca7851d0e0d407d40af613fdd7de1c09bc9e76e7 (patch) | |
tree | c9458382ca59d83f01b1ac7ac0e86d0eb62272eb /templates/show_manage_democratic.inc.php | |
parent | afb0aafbfeb386db64e74f6e6e0ef3d33daa2f7f (diff) | |
download | ampache-ca7851d0e0d407d40af613fdd7de1c09bc9e76e7.tar.gz ampache-ca7851d0e0d407d40af613fdd7de1c09bc9e76e7.tar.bz2 ampache-ca7851d0e0d407d40af613fdd7de1c09bc9e76e7.zip |
fixed sending to localplay for democratic playlist
Diffstat (limited to 'templates/show_manage_democratic.inc.php')
-rw-r--r-- | templates/show_manage_democratic.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_manage_democratic.inc.php b/templates/show_manage_democratic.inc.php index c9612f23..8c5a88c0 100644 --- a/templates/show_manage_democratic.inc.php +++ b/templates/show_manage_democratic.inc.php @@ -44,7 +44,7 @@ show_box_top(_('Manage Democratic Playlists')); ?> <td><?php echo $playlist->f_link; ?></td> <td><?php echo $democratic->count_items(); ?></td> <td> - <a href="<?php echo Config::get('web_path'); ?>/stream.php?action=democratic"><?php echo get_user_icon('all'); ?></a> + <?php echo Ajax::button('?page=democratic&action=send_playlist','all',_('Play'),'play_democratic'); ?> </td> </tr> <?php } if (!count($playlists)) { ?> |