Added grooveshark stream
This commit is contained in:
parent
eb58e743d8
commit
934014b17d
@ -407,6 +407,7 @@
|
||||
<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>
|
||||
|
||||
@ -91,6 +91,7 @@ var uriClassList = [
|
||||
['podcast', 'fa-rss-square'],
|
||||
['dirble', 'fa-microphone'],
|
||||
['tunein', 'fa-headphones'],
|
||||
['gs', 'fa-music'],
|
||||
['soundcloud', 'fa-soundcloud'],
|
||||
['sc', 'fa-soundcloud'],
|
||||
['gmusic', 'fa-google'],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user