This commit is contained in:
Alexandre
2020-12-16 19:26:26 +01:00
committed by GitHub
parent 6ebf0fd7c1
commit 261e6596ce

View File

@@ -51,9 +51,9 @@
"TZ": "str?", "TZ": "str?",
"download_dir": "str", "download_dir": "str",
"incomplete_dir": "str", "incomplete_dir": "str",
"localdisks": ["str"], "localdisks": ["str?"],
"networkdisks": "str", "networkdisks": "str?",
"cifsusername": "str", "cifsusername": "str?",
"cifspassword": "str" "cifspassword": "str?"
} }
} }