diff options
| author | softworkz <softworkz@hotmail.com> | 2016-08-05 23:15:48 +0200 |
|---|---|---|
| committer | softworkz <softworkz@hotmail.com> | 2016-08-05 23:15:48 +0200 |
| commit | 23da61281ee108954de9799761fa9c78dc4547ce (patch) | |
| tree | 1eebb553572d79b1fdfe5e57046c02049cab25bd /MediaBrowser.Server.Implementations/Connect/ConnectManager.cs | |
| parent | 97446d04df47262bb65cba60868f76a03b3d4edc (diff) | |
Reduced compiler warnings. No functional changes (except MediaEncoder.cs and AutomaticRestartEntryPoint.cs)
Diffstat (limited to 'MediaBrowser.Server.Implementations/Connect/ConnectManager.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Connect/ConnectManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs b/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs index 24750de94..4e913cf99 100644 --- a/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs +++ b/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs @@ -151,7 +151,7 @@ namespace MediaBrowser.Server.Implementations.Connect { DiscoveredWanIpAddress = address; - UpdateConnectInfo(); + var task = UpdateConnectInfo(); } private async Task UpdateConnectInfo() |
