mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-11-25 03:15:19 +08:00
🐛 remove empty title folder
This commit is contained in:
@@ -105,6 +105,9 @@ func (driver Teambition) GetFiles(parentId string, account *model.Account) ([]mo
|
||||
}
|
||||
page++
|
||||
for _, collection := range collections {
|
||||
if collection.Title == "" {
|
||||
continue
|
||||
}
|
||||
files = append(files, model.File{
|
||||
Id: collection.ID,
|
||||
Name: collection.Title,
|
||||
|
||||
Reference in New Issue
Block a user