Set Spotify icon for mopidy-spotify-web
This commit is contained in:
parent
4482a568b4
commit
4c11888057
@ -74,6 +74,7 @@ var radioExtensionsList = ['somafm', 'tunein', 'dirble', 'audioaddict']
|
|||||||
var uriClassList = [
|
var uriClassList = [
|
||||||
['spotify', 'fa-spotify'],
|
['spotify', 'fa-spotify'],
|
||||||
['spotifytunigo', 'fa-spotify'],
|
['spotifytunigo', 'fa-spotify'],
|
||||||
|
['spotifyweb', 'fa-spotify'],
|
||||||
['local', 'fa-folder-o'],
|
['local', 'fa-folder-o'],
|
||||||
['file', 'fa-folder-o'],
|
['file', 'fa-folder-o'],
|
||||||
['m3u', 'fa-file-sound-o'],
|
['m3u', 'fa-file-sound-o'],
|
||||||
@ -101,6 +102,7 @@ var uriClassList = [
|
|||||||
var uriHumanList = [
|
var uriHumanList = [
|
||||||
['spotify', 'Spotify'],
|
['spotify', 'Spotify'],
|
||||||
['spotifytunigo', 'Spotify browse'],
|
['spotifytunigo', 'Spotify browse'],
|
||||||
|
['spotifyweb', 'Spotify browse'],
|
||||||
['local', 'Local media'],
|
['local', 'Local media'],
|
||||||
['m3u', 'Local playlists'],
|
['m3u', 'Local playlists'],
|
||||||
['podcast', 'Podcasts'],
|
['podcast', 'Podcasts'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user