Use the length field instead of recalculating

This commit is contained in:
iiSaLMaN 2019-07-08 11:55:07 +03:00
parent 574d9a51b3
commit 5f3f59629e
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ private InfoLabel[] getInfoLabels()
{
Name = "Length",
Icon = FontAwesome.Regular.Clock,
Content = TimeSpan.FromMilliseconds(b.CalculateLength()).ToString(@"m\:ss"),
Content = TimeSpan.FromMilliseconds(b.BeatmapInfo.Length).ToString(@"m\:ss"),
}));
labels.Add(new InfoLabel(new BeatmapStatistic