[Thumbnail] Fix info size

This commit is contained in:
Christian Pauly 2020-04-17 16:51:01 +02:00
parent f2d4a39fc0
commit 757f61d890
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ class Room {
'thumbnail_info': {
'h': thumbnailImage.height,
'mimetype': mimeType,
'size': thumbnailImage.length,
'size': thumbnail.size,
'w': thumbnailImage.width,
}
}