Improves commenting and thread naming.

This should hopefully help debugging a little.
This commit is contained in:
Markil3
2021-10-31 15:59:03 -06:00
parent 6a1c7d86e3
commit 66d803e301
3 changed files with 30 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ public class BrowserPlayer implements Player<InternetSong>, UpdateListener
this.error = true;
Browser.notifyAllInstance();
}
});
}, "BrowserThread");
browserThread.start();
}