aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/INativeApp.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-26 13:51:27 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-26 13:51:27 -0400
commitac07c2072ad33e2813924bae72007752904ee823 (patch)
tree4ab3c9acee18866a179ba4e4d8dfa3b93211e613 /MediaBrowser.Server.Startup.Common/INativeApp.cs
parent661acc256aab7f94c5071c1816b240b705c1cf85 (diff)
Update firewall authorization
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/INativeApp.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs
index 75b38d0c4..9df670bda 100644
--- a/MediaBrowser.Server.Startup.Common/INativeApp.cs
+++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs
@@ -21,7 +21,7 @@ namespace MediaBrowser.Server.Startup.Common
/// <param name="httpServerPort">The HTTP server port.</param>
/// <param name="httpsServerPort">The HTTPS server port.</param>
/// <param name="tempDirectory">The temporary directory.</param>
- void AuthorizeServer(int udpPort, int httpServerPort, int httpsServerPort, string tempDirectory);
+ void AuthorizeServer(int udpPort, int httpServerPort, int httpsServerPort, string applicationPath, string tempDirectory);
/// <summary>
/// Gets the environment.