FIX folder loading

This commit is contained in:
Chayapak 2023-09-25 16:24:47 +07:00
parent d1b09cdd6c
commit ee27f874c0

View file

@ -95,7 +95,7 @@ public class SongLoaderRunnable implements Runnable {
}
for (Converter converter : converters) {
if (song != null) break;
if (song != null && !isFolder) break;
try {
song = converter.getSongFromBytes(bytes, name, bot);