feat(youtube/fix-playback): check faster for video length

This commit is contained in:
oSumAtrIX
2022-11-01 07:28:34 +01:00
committed by GitHub
parent 81d3afd065
commit ac69b36773

View File

@ -24,7 +24,7 @@ public final class FixPlaybackPatch {
}
try {
Thread.sleep(200);
Thread.sleep(10);
} catch (InterruptedException e) {
LogHelper.debug(FixPlaybackPatch.class, "Thread was interrupted");
}