aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationHost.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-05-03 19:30:56 +0100
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2021-05-03 19:30:56 +0100
commit7ff52bf755b6bed22ecef8d22fafacfce83890b7 (patch)
tree23353172c76ad8d4779cb2f8997fe832de518516 /MediaBrowser.Controller/IServerApplicationHost.cs
parent7936ea59eb199980eaa47891a0e017143bbf8319 (diff)
Renamed
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs
index a284dceca..d054e2a19 100644
--- a/MediaBrowser.Controller/IServerApplicationHost.cs
+++ b/MediaBrowser.Controller/IServerApplicationHost.cs
@@ -91,7 +91,7 @@ namespace MediaBrowser.Controller
/// Gets an URL that can be used to access the API over HTTP (not HTTPS).
/// </summary>
/// <returns>The API URL.</returns>
- string GetInterfaceHttpApiUrl();
+ string GetUrlForUseByHttpApi();
/// <summary>
/// Gets a local (LAN) URL that can be used to access the API.