We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ed4ba commit 21023ebCopy full SHA for 21023eb
1 file changed
MaiChartManager/Services/MaidataImportService.cs
@@ -274,6 +274,8 @@ public ImportChartResult ImportMaidata(
274
foreach (var (key, value) in kvps)
275
{
276
maiData[key] = value;
277
+ if (key.StartsWith("inote") || key.StartsWith("lv") || key.StartsWith("first") ||
278
+ key.StartsWith("wholebpm")) maiData[key] = maiData[key].Trim();
279
}
280
281
var allCharts = new Dictionary<int, AllChartsEntry>();
0 commit comments