Просмотр исходного кода

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

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Andrew Mahone 5 лет назад
Родитель
Сommit
3602251cf5
1 измененных файлов с 1 добавлено и 1 удалено
  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);