Fix for when to include maxbpm

pull/1651/head
Salim Blume 2022-04-02 21:00:45 -05:00
parent 9f10a3bdfe
commit 7322013f10
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ exports.getStats = function(statIDs, options) {
getString : function() { return state.BPM||"--" },
};
}
if (statIDs.includes("bpm")) {
if (statIDs.includes("maxbpm")) {
needHRM = true;
stats["maxbpm"]={
title : "Max BPM",