From 675b6431151438d217b904fb17084832e95d7656 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 25 Oct 2016 21:57:58 -0400 Subject: change controller project targeting --- MediaBrowser.Controller/IServerApplicationHost.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs') diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index d6744e804..2fd96577a 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -4,6 +4,7 @@ using System; using System.Collections.Generic; using System.Net; using System.Threading.Tasks; +using MediaBrowser.Model.Net; namespace MediaBrowser.Controller { @@ -66,7 +67,7 @@ namespace MediaBrowser.Controller /// Gets the local ip address. /// /// The local ip address. - Task> GetLocalIpAddresses(); + Task> GetLocalIpAddresses(); /// /// Gets the local API URL. @@ -84,9 +85,7 @@ namespace MediaBrowser.Controller /// /// Gets the local API URL. /// - /// The ip address. - /// System.String. - string GetLocalApiUrl(IPAddress ipAddress); + string GetLocalApiUrl(string ipAddress, bool isIpv6); void LaunchUrl(string url); -- cgit v1.2.3