Browse Source

feat: 选段修改

TIANYONG 3 months ago
parent
commit
6e125b07e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/helpers/formateMusic.ts

+ 1 - 1
src/helpers/formateMusic.ts

@@ -1619,7 +1619,7 @@ const parseXmlToRepeat = (repeats: any) => {
 		} else if (direction === 'backward') {
 			end = notesNumber
 			repeatInfo.push({
-				start,
+				start: start ? start : 1,
 				end
 			})
 		}