mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 07:53:37 +00:00
Change of request response extension in xml
This commit is contained in:
@@ -45,7 +45,7 @@ public class Subsonic {
|
|||||||
params.put("t", preferences.getAuthentication().getToken());
|
params.put("t", preferences.getAuthentication().getToken());
|
||||||
params.put("v", getApiVersion().getVersionString());
|
params.put("v", getApiVersion().getVersionString());
|
||||||
params.put("c", preferences.getClientName());
|
params.put("c", preferences.getClientName());
|
||||||
params.put("f", "json");
|
params.put("f", "xml");
|
||||||
|
|
||||||
return params;
|
return params;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user