From d3c68e1cd0f43e8e0647c2e94b4fd5d9e38dd856 Mon Sep 17 00:00:00 2001 From: jcass Date: Sat, 14 May 2016 09:43:51 +0200 Subject: [PATCH 1/2] fix: Don't do album image cover lookup when clearing queue. Fixes #201. --- README.rst | 2 ++ mopidy_musicbox_webclient/static/js/gui.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6fae1c5..a66f594 100644 --- a/README.rst +++ b/README.rst @@ -145,6 +145,8 @@ v2.3.0 (UNRELEASED) a small divider rendered above it. (Fixes: `#196 `_). - Replaced JavaScript confirmation prompt on 'Streams' pane with jQuery equivalent. (Fixes: `#191 `_). +- Clearing the queue should no longer trigger an album cover image lookup. + (Fixes: `#201 `_). v2.2.0 (2016-03-01) ------------------- diff --git a/mopidy_musicbox_webclient/static/js/gui.js b/mopidy_musicbox_webclient/static/js/gui.js index a175b52..fea794c 100644 --- a/mopidy_musicbox_webclient/static/js/gui.js +++ b/mopidy_musicbox_webclient/static/js/gui.js @@ -15,7 +15,7 @@ function resetSong () { data.track.name = '' data.track.artists = '' data.track.length = 0 - data.track.uri = ' ' + data.track.uri = '' setSongInfo(data) } From 872e6d6b5c7de7254a19de3071db92a5eb5da872 Mon Sep 17 00:00:00 2001 From: jcass Date: Sat, 14 May 2016 10:11:59 +0200 Subject: [PATCH 2/2] Update cache manifest timestamp. --- mopidy_musicbox_webclient/static/mb.appcache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy_musicbox_webclient/static/mb.appcache b/mopidy_musicbox_webclient/static/mb.appcache index 3169867..153d912 100644 --- a/mopidy_musicbox_webclient/static/mb.appcache +++ b/mopidy_musicbox_webclient/static/mb.appcache @@ -1,6 +1,6 @@ CACHE MANIFEST -# 2016-05-07:v1 +# 2016-05-13:v1 NETWORK: *