From 0052f0a09dfacb062c5b372f0eb4734a5c653e4d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 10 Feb 2015 00:54:58 -0500 Subject: create single method to form api url --- MediaBrowser.Controller/IServerApplicationHost.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 105e4e2f03..d202e221e0 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -1,7 +1,6 @@ using MediaBrowser.Common; using MediaBrowser.Model.System; using System; -using System.Collections.Generic; namespace MediaBrowser.Controller { @@ -65,5 +64,12 @@ namespace MediaBrowser.Controller /// /// The local API URL. string LocalApiUrl { get; } + + /// + /// Gets the local API URL. + /// + /// The host. + /// System.String. + string GetLocalApiUrl(string host); } } -- cgit v1.2.3