mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
update recording screens
This commit is contained in:
@@ -870,6 +870,23 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
{
|
||||
CertificatePath = GetCertificatePath(true);
|
||||
|
||||
try
|
||||
{
|
||||
ServerManager.Start(GetUrlPrefixes(), CertificatePath);
|
||||
return;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.ErrorException("Error starting http server", ex);
|
||||
|
||||
if (HttpPort == 8096)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
HttpPort = 8096;
|
||||
|
||||
try
|
||||
{
|
||||
ServerManager.Start(GetUrlPrefixes(), CertificatePath);
|
||||
|
||||
Reference in New Issue
Block a user