Use Libresonic server for update-checking.

master
Eugene E. Kashpureff Jr 8 years ago
parent 95f1ed76e4
commit ba28695ab5
  1. 4
      subsonic-main/src/main/java/net/sourceforge/subsonic/service/VersionService.java

@ -69,7 +69,7 @@ public class VersionService {
/**
* URL from which to fetch latest versions.
*/
private static final String VERSION_URL = "http://subsonic.org/backend/version.view";
private static final String VERSION_URL = "https://libresonic.org/backend/version.view";
public void init() {
ServiceLocator.setVersionService(this);
@ -268,4 +268,4 @@ public class VersionService {
reader.close();
}
}
}
}

Loading…
Cancel
Save