Skip to content

Commit

Permalink
feat(youtube/fix-playback): check faster for video length
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 1, 2022
1 parent 81d3afd commit ac69b36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static void newVideoLoaded(final String _videoId) {
}

try {
Thread.sleep(200);
Thread.sleep(10);
} catch (InterruptedException e) {
LogHelper.debug(FixPlaybackPatch.class, "Thread was interrupted");
}
Expand Down

0 comments on commit ac69b36

Please sign in to comment.