Skip to content

Commit 36c2d8d

Browse files
committed
update
1 parent c771fa2 commit 36c2d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/bplan-client/src/components/midi-player/SMidiFileInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const SMidiFileInput = (props: HMidiFileInputProps) => {
5353
.map((track) => {
5454
const {notes, instrument: {family} = {}} = track
5555

56-
if (!notes) {
56+
if (!notes || family !== 'piano') {
5757
return null
5858
}
5959

0 commit comments

Comments
 (0)