mirror of https://github.com/Xhofe/alist
fix(aliyundrive): thumbnail missed
parent
656f5f112c
commit
9382f66f87
|
@ -40,6 +40,7 @@ func fileToObj(f File) *model.ObjThumb {
|
||||||
Modified: f.UpdatedAt,
|
Modified: f.UpdatedAt,
|
||||||
IsFolder: f.Type == "folder",
|
IsFolder: f.Type == "folder",
|
||||||
},
|
},
|
||||||
|
Thumbnail: model.Thumbnail{Thumbnail: f.Thumbnail},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue