aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2019-11-07 11:22:07 -0500
committerGitHub <noreply@github.com>2019-11-07 11:22:07 -0500
commitd6aa02ff09e262bc57a4dcf6dbbc11e6d1c963dd (patch)
treea20e14d54c6ed06e3c354ded34e5484c399b2a35
parent4b75e6518e707096e4749c82d6fb7cdd303d3a43 (diff)
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
-rw-r--r--Emby.Server.Implementations/Data/SqliteItemRepository.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteItemRepository.cs b/Emby.Server.Implementations/Data/SqliteItemRepository.cs
index ba75488fb..a63052a68 100644
--- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs
+++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs
@@ -60,6 +60,7 @@ namespace Emby.Server.Implementations.Data
queryPrefixText.Append(column);
queryPrefixText.Append(',');
}
+
queryPrefixText.Length -= 1;
queryPrefixText.Append(") values ");
_mediaAttachmentInsertPrefix = queryPrefixText.ToString();