소스 검색

feat: 选段修改

TIANYONG 8 달 전
부모
커밋
6e125b07e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 			})
 		}