mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03:00
@@ -51,7 +51,8 @@ namespace Emby.Server.Implementations.Data
|
|||||||
private readonly TypeMapper _typeMapper;
|
private readonly TypeMapper _typeMapper;
|
||||||
private readonly JsonSerializerOptions _jsonOptions;
|
private readonly JsonSerializerOptions _jsonOptions;
|
||||||
|
|
||||||
static SqliteItemRepository() {
|
static SqliteItemRepository()
|
||||||
|
{
|
||||||
var queryPrefixText = new StringBuilder();
|
var queryPrefixText = new StringBuilder();
|
||||||
queryPrefixText.Append("insert into mediaattachments (");
|
queryPrefixText.Append("insert into mediaattachments (");
|
||||||
foreach (var column in _mediaAttachmentSaveColumns)
|
foreach (var column in _mediaAttachmentSaveColumns)
|
||||||
|
|||||||
Reference in New Issue
Block a user