diff --git a/bootstrap/model.go b/bootstrap/model.go index 1214e2b3..d8011d7d 100644 --- a/bootstrap/model.go +++ b/bootstrap/model.go @@ -191,17 +191,17 @@ func initSettings() { }, { Key: "autoplay video", - Value: "true", + Value: "false", Type: "bool", }, { Key: "autoplay audio", - Value: "true", + Value: "false", Type: "bool", }, { Key: "check parent folder", - Value: "true", + Value: "false", Type: "bool", Description: "check parent folder password", },