Rollback last commit

This commit is contained in:
root
2016-11-29 17:14:48 -05:00
parent 64167ae208
commit 67ddf0f11a
5 changed files with 3 additions and 8 deletions

View File

@ -50,7 +50,7 @@ function getAlbumInfo(albumElem) {
// change album artwork
$('#album-artwork').attr('src', json.album_art);
// change album title
$('#album-title span').text(json.title);
$('#album-title').text(json.title);
// change album release date
$('#album-release span').text(formatReleaseDate(json.release_date));
// change album description