make shufflerepeat states writable

pull/135/head
Michael Zanetti 2018-11-29 14:04:28 +01:00
parent 6002c19d5f
commit dd47a51597
1 changed files with 4 additions and 2 deletions

View File

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