mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
update translations
This commit is contained in:
@@ -133,7 +133,8 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
var postData = new Dictionary<string, string>
|
||||
{
|
||||
{"name", _appHost.FriendlyName},
|
||||
{"url", wanApiAddress}
|
||||
{"url", wanApiAddress},
|
||||
{"systemid", _appHost.SystemId}
|
||||
};
|
||||
|
||||
using (var stream = await _httpClient.Post(url, postData, CancellationToken.None).ConfigureAwait(false))
|
||||
@@ -162,7 +163,8 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
options.SetPostData(new Dictionary<string, string>
|
||||
{
|
||||
{"name", _appHost.FriendlyName},
|
||||
{"url", wanApiAddress}
|
||||
{"url", wanApiAddress},
|
||||
{"systemid", _appHost.SystemId}
|
||||
});
|
||||
|
||||
options.RequestHeaders.Add("X-Connect-Token", ConnectAccessKey);
|
||||
|
||||
Reference in New Issue
Block a user