Browse Source

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

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Andrew Mahone 5 years ago
parent
commit
3602251cf5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Emby.Server.Implementations/Data/SqliteItemRepository.cs

+ 1 - 1
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);