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 ab000b1ba5)
This commit is contained in:
Andreas 2016-01-06 13:17:55 +01:00
parent eabe451bd4
commit 1e9288e14d
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);