mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Revised the gestures of the server adapter
This commit is contained in:
@@ -84,7 +84,9 @@ public class Subsonic {
|
||||
}
|
||||
|
||||
public String getUrl() {
|
||||
return preferences.getServerUrl() + "/rest/";
|
||||
String url = preferences.getServerUrl() + "/rest/";
|
||||
|
||||
return url.replace("//rest","/rest");
|
||||
}
|
||||
|
||||
public Map<String, String> getParams() {
|
||||
|
||||
Reference in New Issue
Block a user