We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa4f43 commit 751f803Copy full SHA for 751f803
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -1680,7 +1680,7 @@ private void triggerProgressUpdate(final boolean isRewind) {
1680
simpleExoPlayer.getBufferedPercentage()
1681
);
1682
1683
- if (sponsorBlockMode == SponsorBlockMode.ENABLED) {
+ if (sponsorBlockMode == SponsorBlockMode.ENABLED && isPrepared) {
1684
final VideoSegment segment = getSkippableSegment(currentProgress);
1685
if (segment == null) {
1686
lastSkipTarget = -1;
0 commit comments