mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 18:50:23 +01:00
update .net core startup
This commit is contained in:
@@ -14,7 +14,11 @@ namespace Emby.Server.Core.Data
|
||||
/// <summary>
|
||||
/// Connects to db.
|
||||
/// </summary>
|
||||
public static async Task<IDbConnection> ConnectToDb(string dbPath, bool isReadOnly, bool enablePooling, int? cacheSize, ILogger logger)
|
||||
public static async Task<IDbConnection> ConnectToDb(string dbPath,
|
||||
bool isReadOnly,
|
||||
bool enablePooling,
|
||||
int? cacheSize,
|
||||
ILogger logger)
|
||||
{
|
||||
if (string.IsNullOrEmpty(dbPath))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user