Fixed song name for midis
This commit is contained in:
parent
a29b564805
commit
47f94b9e1d
1 changed files with 1 additions and 1 deletions
|
@ -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) {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue