From 6a5eabaeabada1593acc04a0bc370591fef0436d Mon Sep 17 00:00:00 2001 From: Phil Tsaryk Date: Tue, 9 Jan 2024 15:01:39 +0100 Subject: [PATCH] feat(spotify): add more device icons into settings --- spotify/UIConfig.json | 47 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 5 deletions(-) diff --git a/spotify/UIConfig.json b/spotify/UIConfig.json index 94a2eba1e..42f6e2323 100755 --- a/spotify/UIConfig.json +++ b/spotify/UIConfig.json @@ -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" } ] }