diff --git a/README.rst b/README.rst index 6076f85..3c074c7 100644 --- a/README.rst +++ b/README.rst @@ -86,6 +86,7 @@ v2.3.0 (UNRELEASED) - Optimized updating of 'now playing' icons in tracklists. (Addresses: `#184 `_). - Optimized rendering of large lists of tracks to make UI more responsive. +- Added 'Folder' FontAwesome icon on the Browse pane for browsing the filesystem. **Fixes** diff --git a/mopidy_musicbox_webclient/static/js/functionsvars.js b/mopidy_musicbox_webclient/static/js/functionsvars.js index 7079d62..c4cc492 100644 --- a/mopidy_musicbox_webclient/static/js/functionsvars.js +++ b/mopidy_musicbox_webclient/static/js/functionsvars.js @@ -76,6 +76,7 @@ var uriClassList = [ ['spotify', 'fa-spotify'], ['spotifytunigo', 'fa-spotify'], ['local', 'fa-file-sound-o'], + ['file', 'fa-folder-o'], ['m3u', 'fa-file-sound-o'], ['podcast', 'fa-rss-square'], ['dirble', 'fa-microphone'],