add chartinfo implementation

This commit is contained in:
Alex
2025-08-19 19:30:37 -07:00
parent 66c834e8be
commit 2e5fc7191f
7 changed files with 82 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ public static class Database
// TODO: check audio existence; add warning but don't skip
song.Levels[(int)diff] = lvl;
song.Levels[(int)diff] = (lvl, data[Consts.DIFF_DESIGNER_KEY[diff]].ToString()!);
}
Dispatcher.UIThread.Post(() => Songs.Add(song));