correct presentation of HTML encoded characters

remotes/origin/stable45
Bjoern Schiessle 14 years ago
parent cc3835d657
commit f8ec280b6e
  1. 2
      apps/media/js/player.js

@ -40,7 +40,7 @@ var PlayList={
PlayList.init(items[index].type,null); // init calls load that calls play
}else{
PlayList.player.jPlayer("setMedia", items[PlayList.current]);
$(".jp-current-song").text(items[PlayList.current].name);
$(".jp-current-song").html(items[PlayList.current].name);
items[index].playcount++;
PlayList.player.jPlayer("play",time);
if(index>0){

Loading…
Cancel
Save