Skip to content

Ignore any infinite values when reading replaygain tags

Tuomas Nurmi requested to merge nurmi/amarok:ignoreReplayGainInf into master

Apparently QString::toFloat converts them happily to qreals with infinite value. We don't really want them in database, however. Also edit TestMetaTrack::testReplayGain to check that inf gain is ignored.

BUG: 486084

Merge request reports