Skip to content

Commit 5af76d8

Browse files
authored
Update index.js
1 parent 4c27134 commit 5af76d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,7 @@ class VideoHandler {
792792
}
793793
}
794794

795+
// В коде есть проблема "Promise returned in function argument where a void return was expected"
795796
initUIEvents() {
796797
// VOT Button
797798
{
@@ -1269,7 +1270,6 @@ class VideoHandler {
12691270
addExtraEventListener(this.video, "abort", () => {
12701271
debug.log("lipsync mode is abort");
12711272
this.stopTranslation();
1272-
this.videoData = "";
12731273
});
12741274

12751275
addExtraEventListener(this.video, "progress", async () => {

0 commit comments

Comments
 (0)