aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/INativeApp.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-03-27 18:47:32 -0400
committerLuke <luke.pulverenti@gmail.com>2016-03-27 18:47:32 -0400
commita60bb08a07d4b0da8c9a0876f92c4441a3bb3033 (patch)
tree00e1acae7af93aec049887dcc809f349623d50c9 /MediaBrowser.Server.Startup.Common/INativeApp.cs
parent992fd591a74db23e3359bc38ba8250621337abf0 (diff)
parent6d1f33f1a6394974064dd63a5c33927bc6fad267 (diff)
Merge pull request #1606 from MediaBrowser/beta
Beta
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.