Default codec value

This commit is contained in:
craig.p.drummond
2013-03-08 21:20:17 +00:00
parent b88bca1552
commit 62b24fb31c

View File

@@ -241,7 +241,7 @@ void DeviceOptions::load(const QString &group, bool isMpd)
checkCoverSize();
}
transcoderCodec=GET_STRING("transcoderCodec", (isMpd ? "libmp3lame" : transcoderCodec));
transcoderValue=GET_INT("transcoderValue", (isMpd ? transcoderValue : transcoderValue));
transcoderValue=GET_INT("transcoderValue", (isMpd ? 2 : transcoderValue));
transcoderWhenDifferent=GET_BOOL("transcoderWhenDifferent", transcoderWhenDifferent);
#endif
}