feat(cloudreve): enable local sorting

This commit is contained in:
MadDogOwner
2025-07-25 17:32:00 +08:00
parent da8d6607cf
commit 4df53c965c

View File

@ -20,6 +20,7 @@ type Addition struct {
var config = driver.Config{ var config = driver.Config{
Name: "Cloudreve", Name: "Cloudreve",
DefaultRoot: "/", DefaultRoot: "/",
LocalSort: true,
} }
func init() { func init() {