mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
feat: implemented playlist sharing
This commit is contained in:
parent
26b8f3f65c
commit
7f820bd5a6
5 changed files with 68 additions and 15 deletions
|
|
@ -50,9 +50,12 @@ public class MusicUtil {
|
|||
uri.append("&maxBitRate=").append(getBitratePreference());
|
||||
if (!Preferences.isServerPrioritized())
|
||||
uri.append("&format=").append(getTranscodingFormatPreference());
|
||||
if (false)
|
||||
uri.append("&estimateContentLength=true");
|
||||
|
||||
uri.append("&id=").append(id);
|
||||
|
||||
|
||||
Log.d(TAG, "getStreamUri: " + uri);
|
||||
|
||||
return Uri.parse(uri.toString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue