Ignore published server url for local access

This commit is contained in:
cvium
2021-09-07 11:48:06 +02:00
parent be9663ae89
commit 153e920239
6 changed files with 16 additions and 25 deletions

View File

@@ -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.