mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 15:48:03 +00:00
Add People Dedup and multiple progress fixes (#14848)
This commit is contained in:
@@ -43,7 +43,7 @@ public class PragmaConnectionInterceptor : DbConnectionInterceptor
|
||||
_customPragma = customPragma;
|
||||
|
||||
InitialCommand = BuildCommandText();
|
||||
_logger.LogInformation("SQLITE connection pragma command set to: \r\n {PragmaCommand}", InitialCommand);
|
||||
_logger.LogInformation("SQLITE connection pragma command set to: \r\n{PragmaCommand}", InitialCommand);
|
||||
}
|
||||
|
||||
private string? InitialCommand { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user