From f16a6acfdbea6cb866fabfdb0995aa1f70c486f9 Mon Sep 17 00:00:00 2001 From: Patrick Speiser Date: Wed, 3 Oct 2012 04:00:30 +0200 Subject: [PATCH 1/2] 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(); }); From 951dfafebf7742ca621a1e7269f0d81800df4e65 Mon Sep 17 00:00:00 2001 From: Patrick Speiser Date: Thu, 4 Oct 2012 01:34:12 +0200 Subject: [PATCH 2/2] Remove the remaining default interface references to the old image cache --- data/interfaces/default/album.html | 12 ------------ data/interfaces/default/artist.html | 22 ---------------------- data/interfaces/default/index.html | 11 ----------- data/interfaces/default/manageartists.html | 14 +------------- data/interfaces/default/upcoming.html | 11 ----------- 5 files changed, 1 insertion(+), 69 deletions(-) diff --git a/data/interfaces/default/album.html b/data/interfaces/default/album.html index 501204a8..bf52cc56 100644 --- a/data/interfaces/default/album.html +++ b/data/interfaces/default/album.html @@ -151,17 +151,6 @@ <%def name="javascriptIncludes()">