update subtitles in edge

This commit is contained in:
Luke Pulverenti 2016-09-02 11:56:19 -04:00
parent c5c8426c20
commit f66d9d773d

View file

@ -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))
{