aboutsummaryrefslogtreecommitdiff
path: root/src/Emby.Server/CoreAppHost.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Emby.Server/CoreAppHost.cs')
-rw-r--r--src/Emby.Server/CoreAppHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Emby.Server/CoreAppHost.cs b/src/Emby.Server/CoreAppHost.cs
index 1a1526513..21f6ae445 100644
--- a/src/Emby.Server/CoreAppHost.cs
+++ b/src/Emby.Server/CoreAppHost.cs
@@ -51,7 +51,7 @@ namespace Emby.Server
return list;
}
- protected override void AuthorizeServer(int udpPort, int httpServerPort, int httpsServerPort, string applicationPath, string tempDirectory)
+ protected override void AuthorizeServer()
{
}