We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d43a23 commit 98ccd57Copy full SHA for 98ccd57
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -497,8 +497,8 @@ private void initPlayer(final boolean playOnReady) {
497
// enable media tunneling
498
if (DEBUG && PreferenceManager.getDefaultSharedPreferences(context)
499
.getBoolean(context.getString(R.string.disable_media_tunneling_key), false)) {
500
- Log.d(TAG, "[" + Util.DEVICE_DEBUG_INFO + "] " +
501
- "media tunneling disabled in debug preferences");
+ Log.d(TAG, "[" + Util.DEVICE_DEBUG_INFO + "] "
+ + "media tunneling disabled in debug preferences");
502
} else if (DeviceUtils.shouldSupportMediaTunneling()) {
503
trackSelector.setParameters(
504
trackSelector.buildUponParameters().setTunnelingEnabled(true));
0 commit comments