Skip to content

Commit

Permalink
fix(aliyundrive): thumbnail missed
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 21, 2022
1 parent 656f5f1 commit 9382f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/aliyundrive/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func fileToObj(f File) *model.ObjThumb {
Modified: f.UpdatedAt,
IsFolder: f.Type == "folder",
},
Thumbnail: model.Thumbnail{Thumbnail: f.Thumbnail},
}
}

Expand Down

0 comments on commit 9382f66

Please sign in to comment.