mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
Fix more warnings
This commit is contained in:
parent
f3ca4631c3
commit
42ffddc269
97 changed files with 624 additions and 279 deletions
|
|
@ -282,6 +282,7 @@ namespace Emby.Server.Implementations.HttpClientManager
|
|||
};
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public Task<HttpResponseInfo> Post(HttpRequestOptions options)
|
||||
=> SendAsync(options, HttpMethod.Post);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue