diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-06 01:02:05 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-06 01:02:05 -0400 |
| commit | 67505e24bdccae33387e59358c01471dd9536d42 (patch) | |
| tree | fbb77283b7b4603efbe999e267909259fd068a75 /MediaBrowser.Server.Startup.Common/INativeApp.cs | |
| parent | d4324b7e893725c1fc42eb482d54184420b9a5d9 (diff) | |
fix artist editor
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/INativeApp.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs index d2e278a3bb..9297a6d372 100644 --- a/MediaBrowser.Server.Startup.Common/INativeApp.cs +++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs @@ -25,6 +25,8 @@ namespace MediaBrowser.Server.Startup.Common /// <param name="tempDirectory">The temporary directory.</param> void AuthorizeServer(int udpPort, int httpServerPort, int httpsServerPort, string applicationPath, string tempDirectory); + bool PortsRequireAuthorization(string applicationPath); + /// <summary> /// Gets the environment. /// </summary> |
