commit 11/04/2025

This commit is contained in:
rdkartono
2025-05-05 15:48:38 +07:00
parent 257eb50640
commit 02a213f17b
4 changed files with 16 additions and 4 deletions

View File

@@ -129,6 +129,7 @@ public class AudioPlayer {
currentFile = "";
currentFileHandle = 0;
});
pl.setName("PlaybackStatus Monitor Thread");
pl.setDaemon(true);
pl.start();