1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-30 19:00:12 +02:00

Now it really should fit standard :P

This commit is contained in:
dridri
2013-07-10 01:56:43 +00:00
committed by Uwe L. Korn
parent 3fd8939297
commit 736f6fefb6

View File

@@ -1426,7 +1426,7 @@ AudioEngine::setEqualizerBand( int band, int value )
QList< Phonon::EffectParameter > params = d->audioEffect->parameters();
if ( band < params.size() )
{
d->audioEffect->setParameterValue( params.at(band), value );
d->audioEffect->setParameterValue( params.at( band ), value );
return true;
}
}