make shufflerepeat states writable

This commit is contained in:
Michael Zanetti 2018-11-29 14:04:28 +01:00
parent 6002c19d5f
commit dd47a51597

View File

@ -3,12 +3,14 @@
"states": [ "states": [
{ {
"name": "shuffle", "name": "shuffle",
"type": "bool" "type": "bool",
"writable": true
}, },
{ {
"name": "repeat", "name": "repeat",
"type": "string", "type": "string",
"allowedValues": ["None", "One", "All"] "allowedValues": ["None", "One", "All"],
"writable": true
} }
] ]
} }