From bbd9318e13700da5973ae58531b7eaa32f22a7fa Mon Sep 17 00:00:00 2001 From: jcass Date: Sun, 8 May 2016 10:09:53 +0200 Subject: [PATCH] Update icons for tkem's podcast-related backend extensions. --- README.rst | 1 + mopidy_musicbox_webclient/static/js/functionsvars.js | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 6fae1c5..a9824d0 100644 --- a/README.rst +++ b/README.rst @@ -145,6 +145,7 @@ v2.3.0 (UNRELEASED) a small divider rendered above it. (Fixes: `#196 `_). - Replaced JavaScript confirmation prompt on 'Streams' pane with jQuery equivalent. (Fixes: `#191 `_). +- Update icons and labels for podcast, podcast-gpodder, and podcast-itunes backends. v2.2.0 (2016-03-01) ------------------- diff --git a/mopidy_musicbox_webclient/static/js/functionsvars.js b/mopidy_musicbox_webclient/static/js/functionsvars.js index ec90cde..c3d2629 100644 --- a/mopidy_musicbox_webclient/static/js/functionsvars.js +++ b/mopidy_musicbox_webclient/static/js/functionsvars.js @@ -79,6 +79,8 @@ var uriClassList = [ ['file', 'fa-folder-o'], ['m3u', 'fa-file-sound-o'], ['podcast', 'fa-rss-square'], + ['podcast+file', 'fa-rss-square'], + ['podcast+itunes', 'fa-apple'], ['dirble', 'fa-microphone'], ['tunein', 'fa-headphones'], ['soundcloud', 'fa-soundcloud'], @@ -98,6 +100,7 @@ var uriHumanList = [ ['local', 'Local files'], ['m3u', 'Local playlists'], ['podcast', 'Podcasts'], + ['podcast+itunes', 'iTunes Store: Podcasts'], ['dirble', 'Dirble'], ['tunein', 'TuneIn'], ['soundcloud', 'SoundCloud'],