We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80ed4ba + 21023eb commit 10f63d1Copy full SHA for 10f63d1
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