Update firewall authorization

This commit is contained in:
Luke Pulverenti
2016-03-26 13:51:27 -04:00
parent 661acc256a
commit ac07c2072a
8 changed files with 24 additions and 11 deletions

View File

@@ -35,9 +35,9 @@ namespace MediaBrowser.ServerApplication.Native
return list;
}
public void AuthorizeServer(int udpPort, int httpServerPort, int httpsPort, string tempDirectory)
public void AuthorizeServer(int udpPort, int httpServerPort, int httpsPort, string applicationPath, string tempDirectory)
{
ServerAuthorization.AuthorizeServer(udpPort, httpServerPort, httpsPort, tempDirectory);
ServerAuthorization.AuthorizeServer(udpPort, httpServerPort, httpsPort, applicationPath, tempDirectory);
}
public NativeEnvironment Environment