Fix
This commit is contained in:
@@ -100,6 +100,7 @@ sheetmgr = {
|
|||||||
var parsed = eval(readable.read())[0];
|
var parsed = eval(readable.read())[0];
|
||||||
readable.close();
|
readable.close();
|
||||||
parsed.songNotes = this.parseSongNote(parsed.songNotes);
|
parsed.songNotes = this.parseSongNote(parsed.songNotes);
|
||||||
|
parsed.fileName = sheet;
|
||||||
this.cachedLocalSheetList.push(parsed);
|
this.cachedLocalSheetList.push(parsed);
|
||||||
listener({status:3});
|
listener({status:3});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user