Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix(YouTube - Spoof client): Delay when the video starts
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 authored and Francesco146 committed Jul 14, 2024
1 parent 15ae875 commit d43d139
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit d43d139

Please sign in to comment.