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

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

formatting

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

Andrew Mahone 5 жил өмнө
parent
commit
25bc7b81c3

+ 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;
             }
         }