diff --git a/source/SkyAutoplayer.js b/source/SkyAutoplayer.js index dc40afe..2e3a101 100644 --- a/source/SkyAutoplayer.js +++ b/source/SkyAutoplayer.js @@ -253,7 +253,7 @@ sheetplayer = { this.notes = sheetmgr.parseSongNote(j.songNotes); this.pitch = j.pitchLevel; this.bpm = j.bpm; - this.noteCount = this.notes; + this.noteCount = this.notes.length; }, toSource: function(obj) {