Formatting

This commit is contained in:
antonio 2022-03-29 21:07:43 +02:00
parent acceebcb10
commit 8a1d7bb162

View file

@ -40,7 +40,8 @@ public class MusicUtil {
if (getConnectivityManager(context).getActiveNetworkInfo() != null) {
uri.append("&maxBitRate=")
.append(getBitratePreference(context))
.append("&format=").append(getTranscodingFormatPreference(context));
.append("&format=")
.append(getTranscodingFormatPreference(context));
}
Log.d(TAG, "getStreamUri(): " + uri);