mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-06 22:24:04 +01:00
Fix transcoder settings not applied for network remote
The format was supplied, but the settings for the format was not applied when transcoding files for the network remote. (cherry picked from commit ab000b1ba5492386c818a0e9d371481c8ed969b1)
This commit is contained in:
parent
eabe451bd4
commit
1e9288e14d
@ -32,7 +32,7 @@ const quint32 SongSender::kFileChunkSize = 100000; // in Bytes
|
||||
SongSender::SongSender(Application* app, RemoteClient* client)
|
||||
: app_(app),
|
||||
client_(client),
|
||||
transcoder_(new Transcoder(this)) {
|
||||
transcoder_(new Transcoder(this, NetworkRemote::kTranscoderSettingPostfix)) {
|
||||
QSettings s;
|
||||
s.beginGroup(NetworkRemote::kSettingsGroup);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user