mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-18 15:57:33 +01: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