1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00

fixed a problem I introduced by unfudging the song.php file

This commit is contained in:
Karl 'vollmerk' Vollmer 2006-04-02 08:14:21 +00:00
parent 864a32a328
commit 05e6d947be
8 changed files with 23 additions and 20 deletions

View file

@ -133,7 +133,7 @@ function show_now_playing_display (el) {
// output the song name and link tag
document.getElementById('np_song_'+i).innerHTML =
'<a href="song.php?action=m3u&amp;song=' +
'<a href="song.php?action=single_song&amp;song_id=' +
now_playing.getElementsByTagName('songid')[0].firstChild.data + '">' +
now_playing.getElementsByTagName('songtitle')[0].firstChild.data + '</a>';