diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-11 12:19:30 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-11 12:19:30 -0400 |
| commit | 5a0794a74ce62612435133907395482f494747f4 (patch) | |
| tree | a1bddcbecd5392499df45357207c1de3b8650dc5 /src/new_fields/RichTextUtils.ts | |
| parent | 628eef55533118b1f2312b86b2ac5f7b64f7fc4a (diff) | |
now support auto tagging
Diffstat (limited to 'src/new_fields/RichTextUtils.ts')
| -rw-r--r-- | src/new_fields/RichTextUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/RichTextUtils.ts b/src/new_fields/RichTextUtils.ts index 27737782b..6afe4ddfd 100644 --- a/src/new_fields/RichTextUtils.ts +++ b/src/new_fields/RichTextUtils.ts @@ -298,7 +298,7 @@ export namespace RichTextUtils { const length = node.nodeSize; const attrs = node.attrs; const uri = attrs.src; - const baseUrls = await GooglePhotos.Transactions.UploadThenFetch([uri]); + const baseUrls = await GooglePhotos.Transactions.UploadThenFetch([Docs.Create.ImageDocument(uri)]); if (!baseUrls) { continue; } |
