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