mirror of https://github.com/Xhofe/alist
🎇 change default setting
parent
e902c2ded7
commit
7799c1f3bc
|
@ -191,17 +191,17 @@ func initSettings() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Key: "autoplay video",
|
Key: "autoplay video",
|
||||||
Value: "true",
|
Value: "false",
|
||||||
Type: "bool",
|
Type: "bool",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Key: "autoplay audio",
|
Key: "autoplay audio",
|
||||||
Value: "true",
|
Value: "false",
|
||||||
Type: "bool",
|
Type: "bool",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Key: "check parent folder",
|
Key: "check parent folder",
|
||||||
Value: "true",
|
Value: "false",
|
||||||
Type: "bool",
|
Type: "bool",
|
||||||
Description: "check parent folder password",
|
Description: "check parent folder password",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue