diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2019-11-05 08:13:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-05 08:13:22 -0500 |
| commit | 24a460dc939b8dab2aa7e3e4db7ce47373a50d1d (patch) | |
| tree | a8b0f999d2ec7d80c093a12061413fae88db36c4 | |
| parent | 6ca252ba5c651e41ad8a18c5555f5b60d81f0952 (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.cs | 1 |
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(")"); |
