This commit is contained in:
Chayapak 2023-09-25 09:50:05 +07:00
parent 6cb8248975
commit 9b8dd65e16

View file

@ -99,7 +99,9 @@ public class SongLoaderRunnable implements Runnable {
try { try {
song = converter.getSongFromBytes(bytes, name, bot); song = converter.getSongFromBytes(bytes, name, bot);
} catch (Exception ignored) {} } catch (Exception e) {
e.printStackTrace();
}
} }
if (song == null) { if (song == null) {