mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-11 05:37:38 +00:00
Fixed checkstyle
This commit is contained in:
@@ -497,8 +497,8 @@ public final class Player implements
|
||||
// enable media tunneling
|
||||
if (DEBUG && PreferenceManager.getDefaultSharedPreferences(context)
|
||||
.getBoolean(context.getString(R.string.disable_media_tunneling_key), false)) {
|
||||
Log.d(TAG, "[" + Util.DEVICE_DEBUG_INFO + "] " +
|
||||
"media tunneling disabled in debug preferences");
|
||||
Log.d(TAG, "[" + Util.DEVICE_DEBUG_INFO + "] "
|
||||
+ "media tunneling disabled in debug preferences");
|
||||
} else if (DeviceUtils.shouldSupportMediaTunneling()) {
|
||||
trackSelector.setParameters(
|
||||
trackSelector.buildUponParameters().setTunnelingEnabled(true));
|
||||
|
Reference in New Issue
Block a user