mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-07 20:57:02 +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 {
|
try {
|
||||||
Thread.sleep(200);
|
Thread.sleep(10);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
LogHelper.debug(FixPlaybackPatch.class, "Thread was interrupted");
|
LogHelper.debug(FixPlaybackPatch.class, "Thread was interrupted");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user