diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-05-01 17:21:14 +0100 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-05-03 17:27:23 +0100 |
| commit | 7936ea59eb199980eaa47891a0e017143bbf8319 (patch) | |
| tree | 0ab90a5fb3e08a79faab010e34a06be30a73444e /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 2e01fb3cdaa788042009ac9d26f96cc6c336a8de (diff) | |
Changed selection method
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 6a65a8e47..a284dceca 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -88,11 +88,10 @@ namespace MediaBrowser.Controller string GetSmartApiUrl(string hostname, int? port = null); /// <summary> - /// Gets a localhost URL that can be used to access the API using the loop-back IP address. - /// over HTTP (not HTTPS). + /// Gets an URL that can be used to access the API over HTTP (not HTTPS). /// </summary> /// <returns>The API URL.</returns> - string GetLoopbackHttpApiUrl(); + string GetInterfaceHttpApiUrl(); /// <summary> /// Gets a local (LAN) URL that can be used to access the API. |
