mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-21 09:37:28 +08:00
fix(local): local storage should haven't cache
This commit is contained in:
@@ -13,6 +13,7 @@ var config = driver.Config{
|
||||
Name: "Local",
|
||||
OnlyLocal: true,
|
||||
LocalSort: true,
|
||||
NoCache: true,
|
||||
}
|
||||
|
||||
func New() driver.Driver {
|
||||
|
||||
Reference in New Issue
Block a user