mirror of
https://github.com/AlistGo/alist.git
synced 2025-09-15 12:58:42 +08:00
fix(aliyundrive): thumbnail missed
This commit is contained in:
parent
656f5f112c
commit
9382f66f87
@ -40,6 +40,7 @@ func fileToObj(f File) *model.ObjThumb {
|
||||
Modified: f.UpdatedAt,
|
||||
IsFolder: f.Type == "folder",
|
||||
},
|
||||
Thumbnail: model.Thumbnail{Thumbnail: f.Thumbnail},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user