t
This commit is contained in:
parent
6cb8248975
commit
9b8dd65e16
1 changed files with 3 additions and 1 deletions
|
@ -99,7 +99,9 @@ public class SongLoaderRunnable implements Runnable {
|
|||
|
||||
try {
|
||||
song = converter.getSongFromBytes(bytes, name, bot);
|
||||
} catch (Exception ignored) {}
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
if (song == null) {
|
||||
|
|
Loading…
Reference in a new issue