mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 19:31:02 +01:00
Try to fix Windows build
This commit is contained in:
parent
69d291c621
commit
8450a9ded0
@ -417,7 +417,7 @@ void TagReader::ParseFMPSFrame(const QString& name, const QString& value,
|
||||
} else if (name == "FMPS_Rating_Amarok_Score") {
|
||||
var = parser.result()[0][0];
|
||||
if (var.type() == QVariant::Double) {
|
||||
song->set_score(var.toDouble() * 100);
|
||||
song->set_score(var.toFloat() * 100);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user