mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #2135 from MediaBrowser/7illusions-patch-1
Update correct property
This commit is contained in:
commit
780a4a1e40
@ -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