diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-06 01:24:39 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-06 01:24:39 +0000 |
commit | 56acdc4b64567461ca153f617e3ec86938369516 (patch) | |
tree | 1208cd4e33c2bfa2e228fe19f27248c856dd14a3 /templates/show_localplay.inc.php | |
parent | bc0d3d581e4bf62e1afda4455612ab25951e0b5f (diff) | |
download | ampache-56acdc4b64567461ca153f617e3ec86938369516.tar.gz ampache-56acdc4b64567461ca153f617e3ec86938369516.tar.bz2 ampache-56acdc4b64567461ca153f617e3ec86938369516.zip |
turn the sajax stuff back into ajax and also commit some broken mpd skipping code yea!
Diffstat (limited to 'templates/show_localplay.inc.php')
-rw-r--r-- | templates/show_localplay.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_localplay.inc.php b/templates/show_localplay.inc.php index e73a15cc..9329a114 100644 --- a/templates/show_localplay.inc.php +++ b/templates/show_localplay.inc.php @@ -47,7 +47,7 @@ $songs = $localplay->get(); <?php echo scrub_out($song['track']); ?> </td> <td> - <?php echo scrub_out($song['name']); ?> + <?php echo $localplay->format_name($song['name'],$song['id']); ?> </td> <td> <a href="<?php echo $web_path; ?>/localplay.php?action=delete_song&song_id=<?php echo $song['id']; ?>"><?php echo _('Delete'); ?></a> |