瀏覽代碼

选段修改

TIANYONG 2 月之前
父節點
當前提交
4e7fbd15e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/helpers/formateMusic.ts

+ 1 - 1
src/helpers/formateMusic.ts

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