mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-12-04 12:23:25 +00:00
fix missing data format on url
This commit is contained in:
parent
89be67500d
commit
786d5840a6
Binary file not shown.
@ -246,6 +246,8 @@ public class ApiClient extends BaseApiClient {
|
||||
|
||||
String url = GetApiUrl("Registrations/" + feature);
|
||||
|
||||
url = AddDataFormat(url);
|
||||
|
||||
Send(url, "GET", new SerializedResponse<>(response, jsonSerializer, RegistrationInfo.class));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user