|
@@ -171,7 +171,7 @@ const connect = async () => {
|
|
|
|
|
|
const content = {
|
|
|
musicXmlInfos: formatTimes(),
|
|
|
- subjectId: detailState.subjectId,
|
|
|
+ subjectId: detailState.subjectId ? detailState.subjectId : detailState.isPercussion ? 1 : detailState.subjectId,
|
|
|
detailId: detailState.activeDetail?.id,
|
|
|
examSongId: search.id,
|
|
|
xmlUrl: detailState?.activeDetail?.xmlUrl,
|