diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2019-11-05 08:36:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-05 08:36:17 -0500 |
| commit | 3602251cf53c636e3006605e2b48a77d7952d029 (patch) | |
| tree | b20f76a2d658856a987a72f26c8f7187524181f6 /Emby.Server.Implementations/Data/SqliteItemRepository.cs | |
| parent | a78aec56e357742c2906edbb1fcce47cb9a3c6dd (diff) | |
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
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.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteItemRepository.cs b/Emby.Server.Implementations/Data/SqliteItemRepository.cs index a7e779251..2152ed605 100644 --- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs +++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs @@ -6231,7 +6231,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type { if (i != startIndex) { - insertText.Append(","); + insertText.Append(','); } var index = i.ToString(CultureInfo.InvariantCulture); |
