changed to gplv2 open source license

This commit is contained in:
Trevor Squillario 2012-10-26 15:07:24 -04:00
parent 7c9b713ae7
commit 30cabbb9d2
4 changed files with 356 additions and 22 deletions

View file

@ -40,7 +40,7 @@ function playSong(el, songid, albumid, position, loadonly) {
$('#songdetails_song').attr('parentid', albumid);
$('#songdetails_song').attr('childid', songid);
$('#songdetails_artist').html(artist + ' - ' + album);
$('#songdetails_artist').attr('title', artist + ' - ' + album);
$('#songdetails_artist').attr('title', toHTML.un(artist + ' - ' + album));
var coverartSrc, coverartFullSrc;
if (coverart == undefined) {
coverartSrc = 'images/albumdefault_56.jpg';