Kitteh pic where no album images found
This commit is contained in:
parent
a024f13088
commit
90665f36b9
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
|
@ -20,7 +20,7 @@ var Pages = {
|
|||
<div class="album">\
|
||||
<h2 class="name">'+ album.name +' ('+ album.year +')</h2>\
|
||||
<div class="pic">\
|
||||
<img src="'+ album.pic +'" alt="'+ album.name +' by '+ data.artist.name +'" width="250" height="250"/>\
|
||||
<img src="'+ (album.pic ? album.pic : '/images/kitteh.png') +'" alt="'+ album.name +' by '+ data.artist.name +'" width="250" height="250"/>\
|
||||
<div class="add-album-button-container">\
|
||||
<div class="add-album button gray">Add to Now Playing</div>\
|
||||
</div>\
|
||||
|
|
Loading…
Reference in New Issue