From d43d1399cfe6a6a44faf293d320ce671bbf5e6b2 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sun, 14 Jul 2024 14:24:59 +0900 Subject: [PATCH] fix(YouTube - Spoof client): Delay when the video starts --- .../integrations/youtube/patches/misc/SpoofClientPatch.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/app/revanced/integrations/youtube/patches/misc/SpoofClientPatch.java b/app/src/main/java/app/revanced/integrations/youtube/patches/misc/SpoofClientPatch.java index 63421746a6..e79b2c54e3 100644 --- a/app/src/main/java/app/revanced/integrations/youtube/patches/misc/SpoofClientPatch.java +++ b/app/src/main/java/app/revanced/integrations/youtube/patches/misc/SpoofClientPatch.java @@ -265,7 +265,6 @@ private static void fetchPlayerResponseRenderer(@NonNull String videoId, @NonNul // Block until the renderer fetch completes. // This is desired because if this returns without finishing the fetch // then video will start playback but the storyboard is not ready yet. - getLiveStreamRenderer(true); getStoryboardRenderer(true); }