Skip to content

Commit

Permalink
Removed Grooveshark support. (Fixes #120).
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Steel committed Aug 4, 2015
1 parent 73a6967 commit 3d156c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions mopidy_musicbox_webclient/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,10 @@ <h4>Streams</h4>
<form>
<div class="ui-grid-a pl-breakpoint">
<div class="ui-block-a" style="padding: 5px">
<p>Select a service and add an url of a stream that you want to listen.
<p>Select a service and add the URL of the stream you want to listen to.
<select id="selectstreamservice" data-native-menu="true">
<option value="">Internet Radio (mp3, m3u, asx, etc)</option>
<option value="yt">YouTube</option>
<option value="gs">Grooveshark</option>
<option value="">Spotify Uri</option>
<option value="sc">SoundCloud</option>
<option value="podcast">Podcast</option>
Expand Down
2 changes: 0 additions & 2 deletions mopidy_musicbox_webclient/static/js/functionsvars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand All @@ -102,7 +101,6 @@ var uriHumanList = [
['spotifytunigo', 'Spotify Browse'],
['local', 'Local Files'],
['m3u', 'Local Playlists'],
['grooveshark', 'Grooveshark'],
['podcast', 'Podcasts'],
['dirble', 'Dirble'],
['tunein', 'TuneIn'],
Expand Down

0 comments on commit 3d156c3

Please sign in to comment.