Skip to content

Commit d48bd92

Browse files
committed
Fix video refresh.
1 parent e65e85c commit d48bd92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Example/Example/MediaInserter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class MediaInserter
7777
timer.invalidate()
7878
attachment.progress = nil
7979
if let videoAttachment = attachment as? VideoAttachment, let videoURL = progress.userInfo[MediaProgressKey.videoURL] as? URL {
80-
videoAttachment.updateURL(videoURL)
80+
videoAttachment.updateURL(videoURL, refreshAsset: false)
8181
}
8282
}
8383
richTextView.refresh(attachment, overlayUpdateOnly: true)

0 commit comments

Comments
 (0)