summaryrefslogtreecommitdiffstats
path: root/templates/show_localplay.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-06 01:24:39 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-06 01:24:39 +0000
commit56acdc4b64567461ca153f617e3ec86938369516 (patch)
tree1208cd4e33c2bfa2e228fe19f27248c856dd14a3 /templates/show_localplay.inc.php
parentbc0d3d581e4bf62e1afda4455612ab25951e0b5f (diff)
downloadampache-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.php2
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&amp;song_id=<?php echo $song['id']; ?>"><?php echo _('Delete'); ?></a>