Code formatting

This commit is contained in:
antonio 2023-01-02 18:23:20 +01:00
parent af0ca7c218
commit 81fe567428

View file

@ -108,7 +108,6 @@ public class Subsonic {
public String getUrl() { public String getUrl() {
String url = preferences.getServerUrl() + "/rest/"; String url = preferences.getServerUrl() + "/rest/";
return url.replace("//rest", "/rest"); return url.replace("//rest", "/rest");
} }