changed to gplv2 open source license
This commit is contained in:
parent
7c9b713ae7
commit
30cabbb9d2
4 changed files with 356 additions and 22 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue