From 759f5a856064450acdb4c26839d6d890afb99a17 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 19 Jun 2016 02:18:29 -0400 Subject: update task results --- MediaBrowser.Controller/IServerApplicationHost.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs') diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 65eed1a235..78b7d2ccd4 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -3,6 +3,7 @@ using MediaBrowser.Model.System; using System; using System.Collections.Generic; using System.Net; +using System.Threading.Tasks; namespace MediaBrowser.Controller { @@ -65,13 +66,13 @@ namespace MediaBrowser.Controller /// Gets the local ip address. /// /// The local ip address. - List LocalIpAddresses { get; } + Task> GetLocalIpAddresses(); /// /// Gets the local API URL. /// /// The local API URL. - string LocalApiUrl { get; } + Task GetLocalApiUrl(); /// /// Gets the local API URL. -- cgit v1.2.3