mirror of https://github.com/Xhofe/alist
fix(quark): default root folder id
parent
f5c7a11da5
commit
849124f177
|
@ -13,8 +13,9 @@ type Addition struct {
|
|||
}
|
||||
|
||||
var config = driver.Config{
|
||||
Name: "Quark",
|
||||
OnlyProxy: true,
|
||||
Name: "Quark",
|
||||
OnlyProxy: true,
|
||||
DefaultRoot: "0",
|
||||
}
|
||||
|
||||
func New() driver.Driver {
|
||||
|
|
Loading…
Reference in New Issue