Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 42 additions & 5 deletions spotify/UIConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,17 +159,54 @@
"value": "avr",
"label": "AV Receiver"
},
"options": [{
"value": "avr",
"label": "AV Receiver"
},
"options": [
{
"value": "avr",
"label": "AV Receiver"
},
{
"value": "speaker",
"label": "Speaker"
},
{
"value": "stb",
"label": "Set Top Box"
"label": "Set-Top Box"
},
{
"value": "computer",
"label": "Computer"
},
{
"value": "tablet",
"label": "Tablet"
},
{
"value": "smartphone",
"label": "Smartphone"
},
{
"value": "tv",
"label": "TV"
},
{
"value": "audio_dongle",
"label": "Audio dongle"
},
{
"value": "game_console",
"label": "Game console"
},
{
"value": "cast_video",
"label": "Chromecast"
},
{
"value": "cast_audio",
"label": "Cast for audio"
},
{
"value": "automobile",
"label": "Car device"
}
]
}
Expand Down