make shufflerepeat states writable
This commit is contained in:
parent
6002c19d5f
commit
dd47a51597
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user