mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +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) {
|
||||
uri.append("&maxBitRate=")
|
||||
.append(getBitratePreference(context))
|
||||
.append("&format=").append(getTranscodingFormatPreference(context));
|
||||
.append("&format=")
|
||||
.append(getTranscodingFormatPreference(context));
|
||||
}
|
||||
|
||||
Log.d(TAG, "getStreamUri(): " + uri);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue