1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-22 21:23:19 +00:00

Seeking no longer pauses the played video

This commit is contained in:
Jared Fantaye 2022-11-26 15:35:13 +01:00
parent aad5e26f31
commit e5af1c93ae

View File

@ -602,9 +602,6 @@ public abstract class VideoPlayerUi extends PlayerUi
}
player.saveWasPlaying();
if (player.isPlaying()) {
player.getExoPlayer().pause();
}
showControls(0);
animate(binding.currentDisplaySeek, true, DEFAULT_CONTROLS_DURATION,