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",
|
Name: "Local",
|
||||||
OnlyLocal: true,
|
OnlyLocal: true,
|
||||||
LocalSort: true,
|
LocalSort: true,
|
||||||
|
NoCache: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
func New() driver.Driver {
|
func New() driver.Driver {
|
||||||
|
|||||||
Reference in New Issue
Block a user