diff --git a/mopidy_musicbox_webclient/static/js/functionsvars.js b/mopidy_musicbox_webclient/static/js/functionsvars.js index 1886bde..87143ca 100644 --- a/mopidy_musicbox_webclient/static/js/functionsvars.js +++ b/mopidy_musicbox_webclient/static/js/functionsvars.js @@ -81,6 +81,7 @@ var uriClassList = [ ['spotify', 'fa-spotify'], ['spotifytunigo', 'fa-spotify'], ['local', 'fa-file-sound-o'], + ['m3u', 'fa-file-sound-o'], ['podcast', 'fa-rss-square'], ['dirble', 'fa-microphone'], ['tunein', 'fa-headphones'], @@ -100,6 +101,7 @@ var uriHumanList = [ ['spotify', 'Spotify'], ['spotifytunigo', 'Spotify Browse'], ['local', 'Local Files'], + ['m3u', 'Local Playlists'], ['grooveshark', 'Grooveshark'], ['podcast', 'Podcasts'], ['dirble', 'Dirble'], diff --git a/mopidy_musicbox_webclient/static/js/process_ws.js b/mopidy_musicbox_webclient/static/js/process_ws.js index 227170c..ca4f680 100644 --- a/mopidy_musicbox_webclient/static/js/process_ws.js +++ b/mopidy_musicbox_webclient/static/js/process_ws.js @@ -156,34 +156,22 @@ function processBrowseDir(resultArr) { * process results of list of playlists of the user *********************************************************/ function processGetPlaylists(resultArr) { - /*