mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-22 10:06:28 +08:00
chore: Merge pull request #938 from Xhofe/feature/search
Feature/search
This commit is contained in:
@@ -84,3 +84,7 @@ func (f File) ModTime() time.Time {
|
||||
func (f File) IsDir() bool {
|
||||
return f.Type == conf.FOLDER
|
||||
}
|
||||
|
||||
func (f File) GetType() int {
|
||||
return f.Type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user