Update Emby.Server.Implementations/Data/SqliteItemRepository.cs

formatting

Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/1838/head
Andrew Mahone 5 years ago committed by GitHub
parent 4b75e6518e
commit d6aa02ff09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save