diff options
| author | cvium <clausvium@gmail.com> | 2021-09-07 11:48:06 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-09-07 11:48:06 +0200 |
| commit | 153e9202397f236a4a415bd033c3b398b6e6573c (patch) | |
| tree | d7424ff588fb18bd2bffed963e1a886d53972a84 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | be9663ae896dd28aa9a455469391f0304cc73a5f (diff) | |
Ignore published server url for local access
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 52a7ff204..3c275391f 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -85,7 +85,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 GetUrlForUseByHttpApi(); + string GetApiUrlForLocalAccess(); /// <summary> /// Gets a local (LAN) URL that can be used to access the API. |
