Change of request response extension in xml

This commit is contained in:
CappielloAntonio 2021-07-25 14:43:13 +02:00
parent 0e7cdfab1d
commit a6c6ebe36d

View file

@ -45,7 +45,7 @@ public class Subsonic {
params.put("t", preferences.getAuthentication().getToken());
params.put("v", getApiVersion().getVersionString());
params.put("c", preferences.getClientName());
params.put("f", "json");
params.put("f", "xml");
return params;
}