This commit is contained in:
syuilo 2018-10-31 22:55:17 +09:00
parent 04aff8866e
commit 256ba78ba5
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -135,8 +135,8 @@ export const pack = (
_target = Object.assign(_target, _file.metadata);
_target.url = getDriveFileUrl(file);
_target.thumbnailUrl = getDriveFileUrl(file, true);
_target.url = getDriveFileUrl(_file);
_target.thumbnailUrl = getDriveFileUrl(_file, true);
_target.isRemote = _file.metadata.isRemote;
if (_target.properties == null) _target.properties = {};