|
@@ -185,6 +185,18 @@ namespace MediaBrowser.ServerApplication
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// Gets the name.
|
|
|
|
+ /// </summary>
|
|
|
|
+ /// <value>The name.</value>
|
|
|
|
+ public override string Name
|
|
|
|
+ {
|
|
|
|
+ get
|
|
|
|
+ {
|
|
|
|
+ return "Media Browser Server";
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Gets a value indicating whether this instance can self restart.
|
|
/// Gets a value indicating whether this instance can self restart.
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -732,7 +744,7 @@ namespace MediaBrowser.ServerApplication
|
|
{
|
|
{
|
|
ServerAuthorization.AuthorizeServer(
|
|
ServerAuthorization.AuthorizeServer(
|
|
ServerConfigurationManager.Configuration.HttpServerPortNumber,
|
|
ServerConfigurationManager.Configuration.HttpServerPortNumber,
|
|
- HttpServerUrlPrefixes.First(),
|
|
|
|
|
|
+ HttpServerUrlPrefixes.First(),
|
|
ServerConfigurationManager.Configuration.LegacyWebSocketPortNumber,
|
|
ServerConfigurationManager.Configuration.LegacyWebSocketPortNumber,
|
|
UdpServerEntryPoint.PortNumber,
|
|
UdpServerEntryPoint.PortNumber,
|
|
ConfigurationManager.CommonApplicationPaths.TempDirectory);
|
|
ConfigurationManager.CommonApplicationPaths.TempDirectory);
|