Skip to content

Commit

Permalink
TTK-21402 s/loadeddata/canplaythrough/g
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenrua committed Apr 15, 2019
1 parent 815f9b9 commit 43bc762
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -174,7 +174,7 @@
if (video.readyState == 4) {
init_extractpic();
} else {
video.addEventListener("loadeddata", init_extractpic, false);
video.addEventListener("canplaythrough", init_extractpic, false);
}
Expand Down

0 comments on commit 43bc762

Please sign in to comment.