Remove smbv1 bit

This commit is contained in:
Alexandre
2021-05-03 06:26:49 +02:00
committed by GitHub
parent d085e403af
commit 634fa257b0

View File

@@ -48,8 +48,7 @@
"PGID": 0,
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password",
"smbv1": false
"cifspassword": "password"
},
"schema": {
"PUID": "int",
@@ -59,6 +58,6 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool"
"smbv1": "bool?"
}
}