mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +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("v", getApiVersion().getVersionString());
|
||||
params.put("c", preferences.getClientName());
|
||||
params.put("f", "json");
|
||||
params.put("f", "xml");
|
||||
|
||||
return params;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue