mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -60,6 +60,7 @@ namespace Emby.Server.Implementations.Data
|
||||
queryPrefixText.Append(column);
|
||||
queryPrefixText.Append(',');
|
||||
}
|
||||
|
||||
queryPrefixText.Length -= 1;
|
||||
queryPrefixText.Append(") values ");
|
||||
_mediaAttachmentInsertPrefix = queryPrefixText.ToString();
|
||||
|
||||
Reference in New Issue
Block a user