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.
This commit is contained in:
Andreas 2016-01-06 13:17:55 +01:00
parent 3271c06d10
commit ab000b1ba5
1 changed files with 1 additions and 1 deletions

View File

@ -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);