Fixed song name for midis

This commit is contained in:
Harry Zhou 2022-06-27 23:20:07 -05:00
parent a29b564805
commit 47f94b9e1d

View file

@ -58,7 +58,7 @@ public class SongLoaderThread extends Thread{
} }
try { try {
song = MidiConverter.getSongFromBytes(bytes, location); song = MidiConverter.getSongFromBytes(bytes, name);
} }
catch (Exception e) {} catch (Exception e) {}