aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/Native
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Mono/Native')
-rw-r--r--MediaBrowser.Server.Mono/Native/ServerAuthorization.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Mono/Native/ServerAuthorization.cs b/MediaBrowser.Server.Mono/Native/ServerAuthorization.cs
index 6f43a12c09..bd456c88bf 100644
--- a/MediaBrowser.Server.Mono/Native/ServerAuthorization.cs
+++ b/MediaBrowser.Server.Mono/Native/ServerAuthorization.cs
@@ -18,7 +18,7 @@ namespace MediaBrowser.ServerApplication.Native
/// <param name="webSocketPort">The web socket port.</param>
/// <param name="udpPort">The UDP port.</param>
/// <param name="tempDirectory">The temp directory.</param>
- public static void AuthorizeServer(int httpServerPort, string httpServerUrlPrefix, int webSocketPort, int udpPort, string tempDirectory)
+ public static void AuthorizeServer(int httpServerPort, string httpServerUrlPrefix, int udpPort, string tempDirectory)
{
}