mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 08:06:35 +00:00
Update correct property
This commit is contained in:
committed by
GitHub
parent
27df3ac19b
commit
8db5473990
@@ -67,7 +67,7 @@ namespace MediaBrowser.Model.ApiClient
|
||||
}
|
||||
if (!string.IsNullOrEmpty(server.ManualAddress))
|
||||
{
|
||||
existing.LocalAddress = server.ManualAddress;
|
||||
existing.ManualAddress = server.ManualAddress;
|
||||
}
|
||||
if (!string.IsNullOrEmpty(server.Name))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user