From f16a6acfdbea6cb866fabfdb0995aa1f70c486f9 Mon Sep 17 00:00:00 2001 From: Patrick Speiser Date: Wed, 3 Oct 2012 04:00:30 +0200 Subject: [PATCH] Album page now uses the new cached interface to retrieve the album image. --- data/interfaces/default/album.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/album.html b/data/interfaces/default/album.html index c3609d07..501204a8 100644 --- a/data/interfaces/default/album.html +++ b/data/interfaces/default/album.html @@ -51,7 +51,7 @@
- +

${album['AlbumTitle']}

@@ -192,7 +192,7 @@ $(document).ready(function() { getAlbumInfo(); - getAlbumArt(); + //getAlbumArt(); initThisPage(); });