We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1404581 commit 00b9c08Copy full SHA for 00b9c08
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -512,6 +512,7 @@ private void initPlayer(final boolean playOnReady) {
512
simpleExoPlayer = new ExoPlayer.Builder(context, renderFactory)
513
.setTrackSelector(trackSelector)
514
.setLoadControl(loadController)
515
+ .setUsePlatformDiagnostics(false)
516
.build();
517
simpleExoPlayer.addListener(this);
518
simpleExoPlayer.setPlayWhenReady(playOnReady);
0 commit comments