mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -6240,6 +6240,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
|
||||
{
|
||||
insertText.Append("@" + column + index + ",");
|
||||
}
|
||||
|
||||
insertText.Length -= 1;
|
||||
|
||||
insertText.Append(")");
|
||||
|
||||
Reference in New Issue
Block a user