Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
4b75e6518e
commit
d6aa02ff09
|
@ -60,6 +60,7 @@ namespace Emby.Server.Implementations.Data
|
||||||
queryPrefixText.Append(column);
|
queryPrefixText.Append(column);
|
||||||
queryPrefixText.Append(',');
|
queryPrefixText.Append(',');
|
||||||
}
|
}
|
||||||
|
|
||||||
queryPrefixText.Length -= 1;
|
queryPrefixText.Length -= 1;
|
||||||
queryPrefixText.Append(") values ");
|
queryPrefixText.Append(") values ");
|
||||||
_mediaAttachmentInsertPrefix = queryPrefixText.ToString();
|
_mediaAttachmentInsertPrefix = queryPrefixText.ToString();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user