2
0
Эх сурвалжийг харах

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

formatting

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

Andrew Mahone 5 жил өмнө
parent
commit
d6aa02ff09

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