mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-11 09:13:54 -04:00
Update correct property
This commit is contained in:
parent
27df3ac19b
commit
8db5473990
@ -67,7 +67,7 @@ namespace MediaBrowser.Model.ApiClient
|
|||||||
}
|
}
|
||||||
if (!string.IsNullOrEmpty(server.ManualAddress))
|
if (!string.IsNullOrEmpty(server.ManualAddress))
|
||||||
{
|
{
|
||||||
existing.LocalAddress = server.ManualAddress;
|
existing.ManualAddress = server.ManualAddress;
|
||||||
}
|
}
|
||||||
if (!string.IsNullOrEmpty(server.Name))
|
if (!string.IsNullOrEmpty(server.Name))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user