diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-05-03 19:30:56 +0100 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-05-03 19:30:56 +0100 |
| commit | 7ff52bf755b6bed22ecef8d22fafacfce83890b7 (patch) | |
| tree | 23353172c76ad8d4779cb2f8997fe832de518516 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 7936ea59eb199980eaa47891a0e017143bbf8319 (diff) | |
Renamed
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 2 |
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. |
