diff --git a/mopidy_musicbox_webclient/static/index.html b/mopidy_musicbox_webclient/static/index.html index 532e9a3..85edb5c 100644 --- a/mopidy_musicbox_webclient/static/index.html +++ b/mopidy_musicbox_webclient/static/index.html @@ -411,11 +411,10 @@
Select a service and add an url of a stream that you want to listen. +
Select a service and add the URL of the stream you want to listen to. Internet Radio (mp3, m3u, asx, etc) YouTube - Grooveshark Spotify Uri SoundCloud Podcast diff --git a/mopidy_musicbox_webclient/static/js/functionsvars.js b/mopidy_musicbox_webclient/static/js/functionsvars.js index 87143ca..556f79a 100644 --- a/mopidy_musicbox_webclient/static/js/functionsvars.js +++ b/mopidy_musicbox_webclient/static/js/functionsvars.js @@ -85,7 +85,6 @@ var uriClassList = [ ['podcast', 'fa-rss-square'], ['dirble', 'fa-microphone'], ['tunein', 'fa-headphones'], - ['gs', 'fa-music'], ['soundcloud', 'fa-soundcloud'], ['sc', 'fa-soundcloud'], ['gmusic', 'fa-google'], @@ -102,7 +101,6 @@ var uriHumanList = [ ['spotifytunigo', 'Spotify Browse'], ['local', 'Local Files'], ['m3u', 'Local Playlists'], - ['grooveshark', 'Grooveshark'], ['podcast', 'Podcasts'], ['dirble', 'Dirble'], ['tunein', 'TuneIn'],