This commit is contained in:
StageGuard
2020-07-25 14:53:10 +08:00
parent 803f26895b
commit 427aed89a7

View File

@@ -100,6 +100,7 @@ sheetmgr = {
var parsed = eval(readable.read())[0];
readable.close();
parsed.songNotes = this.parseSongNote(parsed.songNotes);
parsed.fileName = sheet;
this.cachedLocalSheetList.push(parsed);
listener({status:3});
} else {