mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Change of request response extension in xml
This commit is contained in:
parent
0e7cdfab1d
commit
a6c6ebe36d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue