diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-12 14:38:09 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-12 14:38:09 -0400 |
| commit | cb04cae3e5b7d4ae3fb2e59afe866d95320aab14 (patch) | |
| tree | 687fd3ffbddcaf58a9e2f55c4ecf04ff3f30ebe3 /src/client/apis/google_docs | |
| parent | 124363d86b3061007bf31999f84c6589f7028cb3 (diff) | |
now support custom view
Diffstat (limited to 'src/client/apis/google_docs')
| -rw-r--r-- | src/client/apis/google_docs/GooglePhotosClientUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/apis/google_docs/GooglePhotosClientUtils.ts b/src/client/apis/google_docs/GooglePhotosClientUtils.ts index 63cbc8867..3dac1d65c 100644 --- a/src/client/apis/google_docs/GooglePhotosClientUtils.ts +++ b/src/client/apis/google_docs/GooglePhotosClientUtils.ts @@ -306,7 +306,7 @@ export namespace GooglePhotos { return; } const url = data.url.href; - const description = parseDescription(source, descriptionKey); + const description = parseDescription(Doc.MakeAlias(source), descriptionKey); media.push({ url, description }); }); if (media.length) { |
