mirror of
https://github.com/revanced/revanced-integrations
synced 2025-05-08 02:58:49 +02:00
feat(youtube/fix-playback): check faster for video length
This commit is contained in:
parent
81d3afd065
commit
ac69b36773
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user