aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/ISessionManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-11 00:27:46 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-11 00:27:46 -0400
commit59de5c0d14fbf0c09926e37dce0c2e6de69000dd (patch)
tree74a654e937684f156f5c92e0c20f94c0a8d165bd /MediaBrowser.Controller/Session/ISessionManager.cs
parent3cfd765cb4a875ff65acf74826533ba1a804b34a (diff)
update translations
Diffstat (limited to 'MediaBrowser.Controller/Session/ISessionManager.cs')
-rw-r--r--MediaBrowser.Controller/Session/ISessionManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Session/ISessionManager.cs b/MediaBrowser.Controller/Session/ISessionManager.cs
index 4b30c964c..88d0e9c1a 100644
--- a/MediaBrowser.Controller/Session/ISessionManager.cs
+++ b/MediaBrowser.Controller/Session/ISessionManager.cs
@@ -281,6 +281,6 @@ namespace MediaBrowser.Controller.Session
/// </summary>
/// <param name="remoteEndpoint">The remote endpoint.</param>
/// <returns><c>true</c> if the specified remote endpoint is local; otherwise, <c>false</c>.</returns>
- bool IsLocal(string remoteEndpoint);
+ bool IsInLocalNetwork(string remoteEndpoint);
}
} \ No newline at end of file