mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Formatting
This commit is contained in:
parent
acceebcb10
commit
8a1d7bb162
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue