mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 14:43:36 +00:00
Formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user