Ver código fonte

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

Claus Vium 5 anos atrás
pai
commit
996d0c07d0

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

@@ -558,7 +558,7 @@ namespace Emby.Server.Implementations.Data
         {
         {
             var statements = PrepareAll(db, new string[]
             var statements = PrepareAll(db, new string[]
             {
             {
-                GetSaveItemCommandText,
+                SaveItemCommandText,
                 "delete from AncestorIds where ItemId=@ItemId"
                 "delete from AncestorIds where ItemId=@ItemId"
             }).ToList();
             }).ToList();