Fix Sonos shuffle/repeat state with Spotify Connect (#41939)
This commit is contained in:
committed by
GitHub
parent
5580b21260
commit
30b454ddb7
@@ -82,7 +82,7 @@ SERVICE_SELECT_SOURCE = "select_source"
|
||||
REPEAT_MODE_ALL = "all"
|
||||
REPEAT_MODE_OFF = "off"
|
||||
REPEAT_MODE_ONE = "one"
|
||||
REPEAT_MODES = [REPEAT_MODE_ALL, REPEAT_MODE_OFF, REPEAT_MODE_ONE]
|
||||
REPEAT_MODES = [REPEAT_MODE_OFF, REPEAT_MODE_ALL, REPEAT_MODE_ONE]
|
||||
|
||||
SUPPORT_PAUSE = 1
|
||||
SUPPORT_SEEK = 2
|
||||
|
||||
Reference in New Issue
Block a user