mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 08:13:07 +00:00
Formatting
This commit is contained in:
@@ -40,7 +40,8 @@ public class MusicUtil {
|
|||||||
if (getConnectivityManager(context).getActiveNetworkInfo() != null) {
|
if (getConnectivityManager(context).getActiveNetworkInfo() != null) {
|
||||||
uri.append("&maxBitRate=")
|
uri.append("&maxBitRate=")
|
||||||
.append(getBitratePreference(context))
|
.append(getBitratePreference(context))
|
||||||
.append("&format=").append(getTranscodingFormatPreference(context));
|
.append("&format=")
|
||||||
|
.append(getTranscodingFormatPreference(context));
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.d(TAG, "getStreamUri(): " + uri);
|
Log.d(TAG, "getStreamUri(): " + uri);
|
||||||
|
|||||||
Reference in New Issue
Block a user