mirror of
https://github.com/muskit/MercuryConverter.git
synced 2026-06-02 20:24:26 -07:00
add chartinfo implementation
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user