Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -65,7 +65,7 @@ share_js = """async () => {
|
|
65 |
shareIconEl.style.display = 'none';
|
66 |
loadingIconEl.style.removeProperty('display');
|
67 |
|
68 |
-
const videoFile = await getOutputVideoFile(
|
69 |
const dataOutputVideo = await uploadFile(videoFile);
|
70 |
|
71 |
|
|
|
65 |
shareIconEl.style.display = 'none';
|
66 |
loadingIconEl.style.removeProperty('display');
|
67 |
|
68 |
+
const videoFile = await getOutputVideoFile(outputVideo_src);
|
69 |
const dataOutputVideo = await uploadFile(videoFile);
|
70 |
|
71 |
|