|
@@ -534,7 +534,7 @@ void Downloader::networkFinished(QNetworkReply* pReply)
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
static bool useSystemAudioDecoders()
|
|
static bool useSystemAudioDecoders()
|
|
{
|
|
{
|
|
- return SettingsComponent::Get().value(SETTINGS_SECTION_MAIN, "useSystemAudioCodecs2").toBool();
|
|
|
|
|
|
+ return true;
|
|
}
|
|
}
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|