Removed Grooveshark support. (Fixes #120).
This commit is contained in:
parent
73a696720e
commit
3d156c3e62
@ -411,11 +411,10 @@
|
||||
<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>
|
||||
|
||||
@ -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'],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user