This commit is contained in:
parent
388ab9bf84
commit
c8b60b5478
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ public class WebServiceClient2 extends Thread {
|
||||||
boolean outdated = false;
|
boolean outdated = false;
|
||||||
|
|
||||||
public WebServiceClient2() {
|
public WebServiceClient2() {
|
||||||
|
super("WSC2");
|
||||||
lock.lock();
|
lock.lock();
|
||||||
try {
|
try {
|
||||||
connection = new BufferedReader(new InputStreamReader(new URL("https://download.baseband.com.de/listen").openStream()));
|
connection = new BufferedReader(new InputStreamReader(new URL("https://download.baseband.com.de/listen").openStream()));
|
||||||
|
|
Loading…
Add table
Reference in a new issue