aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/SqliteItemRepository.cs
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2019-11-05 08:13:22 -0500
committerGitHub <noreply@github.com>2019-11-05 08:13:22 -0500
commit24a460dc939b8dab2aa7e3e4db7ce47373a50d1d (patch)
treea8b0f999d2ec7d80c093a12061413fae88db36c4 /Emby.Server.Implementations/Data/SqliteItemRepository.cs
parent6ca252ba5c651e41ad8a18c5555f5b60d81f0952 (diff)
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'Emby.Server.Implementations/Data/SqliteItemRepository.cs')
-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 7c0a58596..27a29318b 100644
--- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs
+++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs
@@ -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(")");