aboutsummaryrefslogtreecommitdiff
path: root/src/github/daneren2005/dsub/service/JukeboxController.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/github/daneren2005/dsub/service/JukeboxController.java')
-rw-r--r--src/github/daneren2005/dsub/service/JukeboxController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/service/JukeboxController.java b/src/github/daneren2005/dsub/service/JukeboxController.java
index eff2da0b..2b8e7715 100644
--- a/src/github/daneren2005/dsub/service/JukeboxController.java
+++ b/src/github/daneren2005/dsub/service/JukeboxController.java
@@ -49,7 +49,7 @@ public class JukeboxController extends RemoteController {
public JukeboxController(DownloadService downloadService, Handler handler) {
this.downloadService = downloadService;
this.handler = handler;
- new Thread() {
+ new Thread("JukeboxController") {
@Override
public void run() {
running = true;