kio: Remove empty string from listing array
This commit is contained in:
parent
69d6c17214
commit
7a5ca725fc
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@
|
||||||
"listing": [
|
"listing": [
|
||||||
"Name",
|
"Name",
|
||||||
"Type",
|
"Type",
|
||||||
"Access",
|
"Access"
|
||||||
""
|
|
||||||
],
|
],
|
||||||
"makedir": false,
|
"makedir": false,
|
||||||
"maxInstances": 2,
|
"maxInstances": 2,
|
||||||
|
|
Loading…
Reference in a new issue