diff --git a/src/common/attachment-drafts/attachment.pipeline.ts b/src/common/attachment-drafts/attachment.pipeline.ts index abeadb388..7e1a486f9 100644 --- a/src/common/attachment-drafts/attachment.pipeline.ts +++ b/src/common/attachment-drafts/attachment.pipeline.ts @@ -73,7 +73,7 @@ export async function attachmentLoadInputAsync(source: Readonly null); + const videoData = await youTubeGetVideoData(asYoutubeVideoId).catch(console.warn); if (videoData?.videoTitle && videoData?.transcript) { edit({ label: videoData.videoTitle,