add todo
This commit is contained in:
parent
fc3de93c3d
commit
5a2fa0a49d
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ public class MusicUtil {
|
||||||
builder.append("&TranscodingProtocol=hls");
|
builder.append("&TranscodingProtocol=hls");
|
||||||
|
|
||||||
// preferred codec when transcoding
|
// preferred codec when transcoding
|
||||||
|
// ToDo: Think about removing this. The server doesn't seem to respect it anyways
|
||||||
builder.append("&AudioCodec=").append(preferenceUtil.getTranscodeCodec());
|
builder.append("&AudioCodec=").append(preferenceUtil.getTranscodeCodec());
|
||||||
builder.append("&api_key=").append(apiClient.getAccessToken());
|
builder.append("&api_key=").append(apiClient.getAccessToken());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue