mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 11:34:43 +01:00
3.2.30.3
This commit is contained in:
@@ -1614,7 +1614,7 @@ namespace Emby.Server.Implementations
|
||||
{
|
||||
try
|
||||
{
|
||||
ServerManager.Start(GetUrlPrefixes());
|
||||
ServerManager.Start(GetUrlPrefixes().ToArray());
|
||||
return;
|
||||
}
|
||||
catch (Exception ex)
|
||||
@@ -1631,7 +1631,7 @@ namespace Emby.Server.Implementations
|
||||
|
||||
try
|
||||
{
|
||||
ServerManager.Start(GetUrlPrefixes());
|
||||
ServerManager.Start(GetUrlPrefixes().ToArray());
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user