mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-17 02:19:26 +01:00
Album page now uses the new cached interface to retrieve the album image.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<div class="table_wrapper">
|
||||
<div id="albumheader" class="clearfix">
|
||||
<div id="albumImg">
|
||||
<img height="200" alt="" class="albumArt">
|
||||
<img height="200" alt="" class="albumArt" src="/artwork/album/${album['AlbumID']}">
|
||||
</div>
|
||||
|
||||
<h1><a href="http://musicbrainz.org/release-group/${album['AlbumID']}">${album['AlbumTitle']}</a></h1>
|
||||
@@ -192,7 +192,7 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
getAlbumInfo();
|
||||
getAlbumArt();
|
||||
//getAlbumArt();
|
||||
initThisPage();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user