mirror of
https://github.com/Chenyu550/alist-fork.git
synced 2025-06-10 14:46:53 -04:00
fix: virtual obj is a folder
This commit is contained in:
parent
638db77ca1
commit
872e7cf87b
@ -211,6 +211,7 @@ func GetStorageVirtualFilesByPath(prefix string) []model.Obj {
|
||||
Name: name,
|
||||
Size: 0,
|
||||
Modified: v.GetStorage().Modified,
|
||||
IsFolder: true,
|
||||
})
|
||||
set[name] = nil
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user