Set Spotify icon for mopidy-spotify-web

This commit is contained in:
Nick Steel 2017-03-11 15:13:06 +00:00
parent 4482a568b4
commit 4c11888057

View File

@ -74,6 +74,7 @@ var radioExtensionsList = ['somafm', 'tunein', 'dirble', 'audioaddict']
var uriClassList = [
['spotify', 'fa-spotify'],
['spotifytunigo', 'fa-spotify'],
['spotifyweb', 'fa-spotify'],
['local', 'fa-folder-o'],
['file', 'fa-folder-o'],
['m3u', 'fa-file-sound-o'],
@ -101,6 +102,7 @@ var uriClassList = [
var uriHumanList = [
['spotify', 'Spotify'],
['spotifytunigo', 'Spotify browse'],
['spotifyweb', 'Spotify browse'],
['local', 'Local media'],
['m3u', 'Local playlists'],
['podcast', 'Podcasts'],