This commit is contained in:
Jakob Kukla 2021-11-15 12:45:02 +01:00 committed by jakobkukla
commit 5a2fa0a49d

View file

@ -55,6 +55,7 @@ public class MusicUtil {
builder.append("&TranscodingProtocol=hls");
// 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("&api_key=").append(apiClient.getAccessToken());