瀏覽代碼

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

formatting

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

Andrew Mahone 5 年之前
父節點
當前提交
25bc7b81c3
共有 1 個文件被更改,包括 1 次插入0 次删除
  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.Reset();
                     statement.MoveNext();
                     statement.MoveNext();
                 }
                 }
+
                 startIndex += insertAtOnce;
                 startIndex += insertAtOnce;
             }
             }
         }
         }