Use Libresonic server for update-checking.

This commit is contained in:
Eugene E. Kashpureff Jr
2016-05-08 18:11:26 +00:00
parent 95f1ed76e4
commit ba28695ab5
@@ -69,7 +69,7 @@ public class VersionService {
/** /**
* URL from which to fetch latest versions. * 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() { public void init() {
ServiceLocator.setVersionService(this); ServiceLocator.setVersionService(this);