mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-23 18:47:03 +08:00
fix(storage): explicitly set storages' status to disabled (#3810)
This commit is contained in:
@@ -2,5 +2,6 @@ package op
|
||||
|
||||
const (
|
||||
WORK = "work"
|
||||
DISABLED = "disabled"
|
||||
RootName = "root"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user