Change VERSION_URL for 6.0 release

* Move to the /release/ directory, where releases will be posted
  * Switch back to HTTP until the issues with HTTPClient are resolved
This commit is contained in:
Eugene E. Kashpureff Jr
2016-05-14 20:27:41 +00:00
parent dc2d4506b3
commit b90eb076a6
@@ -69,7 +69,7 @@ public class VersionService {
/**
* URL from which to fetch latest versions.
*/
private static final String VERSION_URL = "https://libresonic.org/backend/version.view";
private static final String VERSION_URL = "http://libresonic.org/release/version.txt";
public void init() {
ServiceLocator.setVersionService(this);