mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-30 06:12:07 +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("v", getApiVersion().getVersionString());
|
||||
params.put("c", preferences.getClientName());
|
||||
params.put("f", "json");
|
||||
params.put("f", "xml");
|
||||
|
||||
return params;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user