Browse Source

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

formatting

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

Andrew Mahone 5 năm trước cách đây
mục cha
commit
25bc7b81c3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Emby.Server.Implementations/Data/SqliteItemRepository.cs

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

@@ -6267,6 +6267,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
                     statement.Reset();
                     statement.MoveNext();
                 }
+
                 startIndex += insertAtOnce;
             }
         }