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:
parent
864a32a328
commit
05e6d947be
8 changed files with 23 additions and 20 deletions
|
@ -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&song=' +
|
||||
'<a href="song.php?action=single_song&song_id=' +
|
||||
now_playing.getElementsByTagName('songid')[0].firstChild.data + '">' +
|
||||
now_playing.getElementsByTagName('songtitle')[0].firstChild.data + '</a>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue