mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 11:14:47 +03:00
Back to a single connection
This commit is contained in:
@@ -23,7 +23,6 @@ namespace Emby.Server.Implementations.Security
|
||||
|
||||
public void Initialize()
|
||||
{
|
||||
CreateConnections().GetAwaiter().GetResult();
|
||||
using (var connection = GetConnection())
|
||||
{
|
||||
RunDefaultInitialization(connection);
|
||||
|
||||
Reference in New Issue
Block a user