فهرست منبع

Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-attachments

Andrew Mahone 5 سال پیش
والد
کامیت
b936c530aa
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Emby.Server.Implementations/Data/SqliteItemRepository.cs

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

@@ -6240,6 +6240,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
                     {
                     {
                         insertText.Append("@" + column + index + ",");
                         insertText.Append("@" + column + index + ",");
                     }
                     }
+
                     insertText.Length -= 1;
                     insertText.Length -= 1;
 
 
                     insertText.Append(")");
                     insertText.Append(")");
@@ -6266,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;
             }
             }
         }
         }