mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-12 05:07:37 +02:00
feat(youtube/fix-playback): check faster for video length
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user