mirror of https://github.com/Xhofe/alist
🐛 remove empty title folder
parent
6ff2cdab98
commit
36b533cb16
|
@ -105,6 +105,9 @@ func (driver Teambition) GetFiles(parentId string, account *model.Account) ([]mo
|
||||||
}
|
}
|
||||||
page++
|
page++
|
||||||
for _, collection := range collections {
|
for _, collection := range collections {
|
||||||
|
if collection.Title == "" {
|
||||||
|
continue
|
||||||
|
}
|
||||||
files = append(files, model.File{
|
files = append(files, model.File{
|
||||||
Id: collection.ID,
|
Id: collection.ID,
|
||||||
Name: collection.Title,
|
Name: collection.Title,
|
||||||
|
|
Loading…
Reference in New Issue