mirror of https://github.com/Xhofe/alist
fix(local): local storage should haven't cache
parent
6accc2eff6
commit
e3d2e6dd64
|
@ -13,6 +13,7 @@ var config = driver.Config{
|
|||
Name: "Local",
|
||||
OnlyLocal: true,
|
||||
LocalSort: true,
|
||||
NoCache: true,
|
||||
}
|
||||
|
||||
func New() driver.Driver {
|
||||
|
|
Loading…
Reference in New Issue