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

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

formatting

Co-Authored-By: Bond-009 <bond.009@outlook.com>

Andrew Mahone 5 лет назад
Родитель
Сommit
d6aa02ff09
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Emby.Server.Implementations/Data/SqliteItemRepository.cs

+ 1 - 0
Emby.Server.Implementations/Data/SqliteItemRepository.cs

@@ -60,6 +60,7 @@ namespace Emby.Server.Implementations.Data
                 queryPrefixText.Append(column);
                 queryPrefixText.Append(',');
             }
+
             queryPrefixText.Length -= 1;
             queryPrefixText.Append(") values ");
             _mediaAttachmentInsertPrefix = queryPrefixText.ToString();